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

index 7b6b52086242e6b1fb6237fb36469dee48fb328c..c298ebb0d3c80293e3b840e28ab71a40674d8c2e 100755 (executable)
@@ -1481,7 +1481,10 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
 
 bld.SAMBA3_BINARY('smbconftort',
                  source=SMBCONFTORT_SRC,
-                 deps='''talloc tdb_compat tevent cap wbclient param smbd_shim popt_samba3''',
+                 deps='''
+                 talloc
+                 param
+                 popt_samba3''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('replacetort',