From 292fe7497134a9cc8f05844951547a2e8d14a4ac Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 18 Aug 2011 20:43:00 +0200 Subject: credentials: Rename library to samba-credentials to avoid name clashes. Autobuild-User: Jelmer Vernooij Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104 --- source4/librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 8a17b6a7f2..677dd30af7 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -140,7 +140,7 @@ bld.SAMBA_LIBRARY('dcerpc', pc_files='dcerpc.pc', deps='samba_socket LIBCLI_RESOLVE LIBCLI_SMB LIBCLI_SMB2 ndr NDR_DCERPC RPC_NDR_EPMAPPER NDR_SCHANNEL RPC_NDR_NETLOGON RPC_NDR_MGMT gensec LIBCLI_AUTH smbclient-raw LP_RESOLVE tevent-util dcerpc-binding', autoproto='rpc/dcerpc_proto.h', - public_deps='credentials tevent talloc', + public_deps='samba-credentials tevent talloc', public_headers='''rpc/dcerpc.h ../../librpc/gen_ndr/mgmt.h ../../librpc/gen_ndr/ndr_mgmt.h ../../librpc/gen_ndr/ndr_mgmt_c.h ../../librpc/gen_ndr/epmapper.h ../../librpc/gen_ndr/ndr_epmapper.h -- cgit