diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 02:05:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:48:44 +0000 |
commit | 4217734a51adbcdf3dcf45599e119247958802af (patch) | |
tree | dbec7964637a7679f896c92ad4a763a1abd5c84a /source4/librpc/wscript_build | |
parent | e28cec7817f17d31e054c021f39f13685c55eee9 (diff) | |
download | samba-4217734a51adbcdf3dcf45599e119247958802af.tar.gz samba-4217734a51adbcdf3dcf45599e119247958802af.tar.bz2 samba-4217734a51adbcdf3dcf45599e119247958802af.zip |
credentials: Lowercase library name,
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/librpc/wscript_build')
-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 39e4999780..e7f5267d81 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -193,7 +193,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 LIBCLI_RAW LP_RESOLVE UTIL_TEVENT', autoproto='rpc/dcerpc_proto.h', - public_deps='CREDENTIALS tevent talloc', + public_deps='credentials tevent talloc', public_headers='../../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 ../../librpc/gen_ndr/ndr_epmapper_c.h', header_path='gen_ndr', vnum='0.0.1' |