diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 17:48:02 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | c4b05ec6e722176b0c72037e5ac5ab3bd8c6f14d (patch) | |
tree | a908d08abe54baa5eddf651806253d22157a9888 /source3 | |
parent | 1a4e4f0871f1185d66fb578727d6dfef76c26c6f (diff) | |
download | samba-c4b05ec6e722176b0c72037e5ac5ab3bd8c6f14d.tar.gz samba-c4b05ec6e722176b0c72037e5ac5ab3bd8c6f14d.tar.bz2 samba-c4b05ec6e722176b0c72037e5ac5ab3bd8c6f14d.zip |
s3-waf: Reduce libsmbclient dependencies.
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 10 |
1 files changed, 8 insertions, 2 deletions
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_*', |