From: Andreas Schneider Date: Tue, 24 Jan 2012 16:48:02 +0000 (+0100) Subject: s3-waf: Reduce libsmbclient dependencies. X-Git-Tag: tevent-0.9.15~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4b05ec6e722176b0c72037e5ac5ab3bd8c6f14d;p=thirdparty%2Fsamba.git s3-waf: Reduce libsmbclient dependencies. --- diff --git a/source3/wscript_build b/source3/wscript_build index 090fee920c1..fb4b2b0dfed 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -661,8 +661,14 @@ bld.SAMBA3_LIBRARY('netapi', bld.SAMBA3_LIBRARY('smbclient', source=LIBSMBCLIENT_SRC, - public_deps='''talloc tdb_compat param libsmb KRBCLIENT pdb - ndr-standard msrpc3 libcli_lsa3 RPC_NDR_SRVSVC popt_samba3''', + public_deps=''' + talloc + param + libsmb + KRBCLIENT + msrpc3 + libcli_lsa3 + ''', public_headers='include/libsmbclient.h', abi_directory='libsmb/ABI', abi_match='smbc_*',