diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-25 17:15:42 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-25 17:15:42 +0200 |
commit | d9975a13fdd2c4b41414619780c3428ce1d3af3b (patch) | |
tree | 2e3042122cf2fd8c3280b849addb83303e4ad9ab /source4/libcli | |
parent | a8c066b0230ebe40c0586973cc1eec1018255708 (diff) | |
download | samba-d9975a13fdd2c4b41414619780c3428ce1d3af3b.tar.gz samba-d9975a13fdd2c4b41414619780c3428ce1d3af3b.tar.bz2 samba-d9975a13fdd2c4b41414619780c3428ce1d3af3b.zip |
LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.
The latter pulls in a fair number of other libraries, including popt and the Samba registry library.
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/smb2/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/wscript_build b/source4/libcli/smb2/wscript_build index 2af1a02cbc..4ade9780bb 100644 --- a/source4/libcli/smb2/wscript_build +++ b/source4/libcli/smb2/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2', source='transport.c request.c session.c tcon.c create.c close.c connect.c getinfo.c write.c read.c setinfo.c find.c ioctl.c logoff.c tdis.c flush.c lock.c notify.c cancel.c keepalive.c break.c util.c signing.c lease_break.c', autoproto='smb2_proto.h', - deps='tevent-util libsmb', + deps='tevent-util cli_smb_common', public_deps='smbclient-raw LIBPACKET gensec tevent', public_headers='smb2.h', ) |