s3-waf: Link testparm only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 11:54:28 +0000 (12:54 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:28 +0000 (11:58 +0100)
source3/wscript_build

index 5c9cc313d89d42283a1eaf7ffca24c5160a7bc95..863d15146180e3e39a04dd94d2cad08bea10067b 100755 (executable)
@@ -1386,8 +1386,9 @@ bld.SAMBA3_BINARY('smbspool',
 
 bld.SAMBA3_BINARY('testparm',
                  source=TESTPARM_SRC,
-                 deps='''talloc tevent ldap cap 
-                 wbclient asn1util LIBTSOCKET pdb param smbd_shim
+                 deps='''
+                 talloc
+                 param
                  popt_samba3''',
                  vars=locals())