summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-11-02 18:14:07 +0100
committerGünther Deschner <gd@samba.org>2011-11-03 18:35:08 +0100
commite426f37b64ea76e0dda19ec06b6da69f0822d599 (patch)
tree7a2e12c8c95f4c05fbe8c2d7560bfab00ba5d5a9 /source4/libcli
parent05d3a6f2192f85ee8b7db046f54f918810ebd84c (diff)
downloadsamba-e426f37b64ea76e0dda19ec06b6da69f0822d599.tar.gz
samba-e426f37b64ea76e0dda19ec06b6da69f0822d599.tar.bz2
samba-e426f37b64ea76e0dda19ec06b6da69f0822d599.zip
librpc: only let NDR_NBT depend on NDR_NBT_BUF.
Guenther
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/wscript_build2
1 files changed, 1 insertions, 1 deletions
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',