]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: Link nmblookup only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 14:39:11 +0000 (15:39 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:28 +0000 (11:58 +0100)
source3/wscript_build

index a35ac13de2eaabac34dd5d5c4ce19436e0972f72..7b6b52086242e6b1fb6237fb36469dee48fb328c 100755 (executable)
@@ -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',