From: Andreas Schneider Date: Wed, 18 Jan 2012 10:08:59 +0000 (+0100) Subject: s3-waf: Link smbclient only against needed subsystems. X-Git-Tag: tevent-0.9.15~246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37e8286a8b17991589330160adf75d62e93ad1cc;p=thirdparty%2Fsamba.git s3-waf: Link smbclient only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 2702f80a3fc..c59948eb4a2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -656,7 +656,7 @@ bld.SAMBA3_LIBRARY('netapi', bld.SAMBA3_LIBRARY('smbclient', source=LIBSMBCLIENT_SRC, - public_deps='''talloc tdb_compat wbclient cap param smbd_shim libsmb KRBCLIENT pdb + public_deps='''talloc tdb_compat param libsmb KRBCLIENT pdb LIBMSRPC_GEN msrpc3 libcli_lsa3 RPC_NDR_SRVSVC popt_samba3''', public_headers='include/libsmbclient.h', abi_directory='libsmb/ABI',