summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 15:39:11 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:28 +0100
commit74d24fa08f5d483a42e69549c282e2dfebab6687 (patch)
tree2630497027cf758bc46edd8cc60d45bc8e035e24 /source3/wscript_build
parente9b64f0ac0bf63c6640f94edaf9636d8bb7f4969 (diff)
downloadsamba-74d24fa08f5d483a42e69549c282e2dfebab6687.tar.gz
samba-74d24fa08f5d483a42e69549c282e2dfebab6687.tar.bz2
samba-74d24fa08f5d483a42e69549c282e2dfebab6687.zip
s3-waf: Link nmblookup only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build11
1 files changed, 9 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index a35ac13de2..7b6b520862 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1468,8 +1468,15 @@ bld.SAMBA3_BINARY('nmblookup' + bld.env.suffix3,
bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
source=SMBTORTURE_SRC,
- deps='''talloc tdb_compat tevent cap wbclient param libsmb KRBCLIENT TLDAP
- smbd_shim popt_samba3 asn1util LIBTSOCKET NDR_LSA msrpc3 ndr-standard RPC_NDR_ECHO WB_REQTRANS libcli_lsa3''',
+ deps='''
+ talloc
+ param
+ libsmb
+ msrpc3
+ TLDAP
+ RPC_NDR_ECHO
+ WB_REQTRANS
+ ''',
vars=locals())
bld.SAMBA3_BINARY('smbconftort',