diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 20:43:00 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 22:16:38 +0200 |
commit | 292fe7497134a9cc8f05844951547a2e8d14a4ac (patch) | |
tree | 14f9224a6a241c8af98a02c37f89f3b472e3eba5 /source4/librpc | |
parent | 97afeaceda784f6ac56131b544e045be6804a44b (diff) | |
download | samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.tar.gz samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.tar.bz2 samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.zip |
credentials: Rename library to samba-credentials to avoid name clashes.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/librpc')
-rwxr-xr-x | source4/librpc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |