diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-18 11:08:59 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:26 +0100 |
commit | 37e8286a8b17991589330160adf75d62e93ad1cc (patch) | |
tree | 1ab5f372ac868402fedc6cefd47d5ef8b2490c0b | |
parent | 7945deb238e9f113439417fc635d8469ccdb33b5 (diff) | |
download | samba-37e8286a8b17991589330160adf75d62e93ad1cc.tar.gz samba-37e8286a8b17991589330160adf75d62e93ad1cc.tar.bz2 samba-37e8286a8b17991589330160adf75d62e93ad1cc.zip |
s3-waf: Link smbclient only against needed subsystems.
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 2702f80a3f..c59948eb4a 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', |