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

index 3c3708a72ca825c1bbe8b0ec76417d9907e7fe1c..643fcfaf8009eb0467b9c060fcd0027ad82f9c94 100755 (executable)
@@ -1502,7 +1502,9 @@ bld.SAMBA3_BINARY('masktest' + bld.env.suffix3,
 
 bld.SAMBA3_BINARY('msgtest',
                  source=MSGTEST_SRC,
-                 deps='''talloc tdb_compat tevent cap param smbd_shim''',
+                 deps='''
+                 talloc
+                 param''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('smbcacls',