From: Jelmer Vernooij Date: Sun, 25 Mar 2012 15:15:42 +0000 (+0200) Subject: LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb. X-Git-Tag: tdb-1.2.10~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9975a13fdd2c4b41414619780c3428ce1d3af3b;p=thirdparty%2Fsamba.git 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. --- diff --git a/source4/libcli/smb2/wscript_build b/source4/libcli/smb2/wscript_build index 2af1a02cbc9..4ade9780bb0 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', )