diff options
author | Günther Deschner <gd@samba.org> | 2011-11-02 18:14:07 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-03 18:35:08 +0100 |
commit | e426f37b64ea76e0dda19ec06b6da69f0822d599 (patch) | |
tree | 7a2e12c8c95f4c05fbe8c2d7560bfab00ba5d5a9 | |
parent | 05d3a6f2192f85ee8b7db046f54f918810ebd84c (diff) | |
download | samba-e426f37b64ea76e0dda19ec06b6da69f0822d599.tar.gz samba-e426f37b64ea76e0dda19ec06b6da69f0822d599.tar.bz2 samba-e426f37b64ea76e0dda19ec06b6da69f0822d599.zip |
librpc: only let NDR_NBT depend on NDR_NBT_BUF.
Guenther
-rwxr-xr-x | source3/wscript_build | 2 | ||||
-rw-r--r-- | source4/libcli/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 97fb400ce2..7988bd1dca 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -975,7 +975,7 @@ bld.SAMBA3_SUBSYSTEM('LIBNMB', bld.SAMBA3_SUBSYSTEM('LIBNBT', source='', - deps='NDR_SVCCTL NDR_NBT NDR_NBT_BUF LIBCLI_NETLOGON LIBCLI_NDR_NETLOGON', + deps='NDR_SVCCTL NDR_NBT LIBCLI_NETLOGON LIBCLI_NDR_NETLOGON', vars=locals()) bld.SAMBA3_SUBSYSTEM('SERVICES', diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 2e2a097b8b..7a26d477dc 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -83,7 +83,7 @@ bld.SAMBA_LIBRARY('smbclient-raw', source='raw/rawfile.c raw/smb_signing.c raw/clisocket.c raw/clitransport.c raw/clisession.c raw/clitree.c raw/clierror.c raw/rawrequest.c raw/rawreadwrite.c raw/rawsearch.c raw/rawsetfileinfo.c raw/raweas.c raw/rawtrans.c raw/clioplock.c raw/rawnegotiate.c raw/rawfsinfo.c raw/rawfileinfo.c raw/rawnotify.c raw/rawioctl.c raw/rawacl.c raw/rawdate.c raw/rawlpq.c raw/rawshadow.c', autoproto='raw/raw_proto.h', public_deps='samba_socket LIBPACKET LIBCRYPTO', - deps='cli_composite LIBCLI_RESOLVE security ndr samba-util errors charset talloc LIBCLI_SMB_COMPOSITE tevent NDR_NBT_BUF cli_smb_common', + deps='cli_composite LIBCLI_RESOLVE security ndr samba-util errors charset talloc LIBCLI_SMB_COMPOSITE tevent cli_smb_common', public_headers='raw/request.h:smb_request.h raw/signing.h:smb_raw_signing.h raw/libcliraw.h:smb_cliraw.h raw/interfaces.h:smb_raw_interfaces.h raw/smb.h:smb_raw.h raw/trans2.h:smb_raw_trans2.h', private_library=False, pc_files='raw/smbclient-raw.pc', |