From c4b05ec6e722176b0c72037e5ac5ab3bd8c6f14d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 17:48:02 +0100 Subject: s3-waf: Reduce libsmbclient dependencies. --- source3/wscript_build | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 090fee920c..fb4b2b0dfe 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_*', -- cgit