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

index 5fbe97fe6d4b868b286792f7409289740a4ba7f7..95c92900b9078d4ab48d880983d0bef7f24eaaa8 100755 (executable)
@@ -1543,8 +1543,11 @@ bld.SAMBA3_BINARY('sharesec',
 
 bld.SAMBA3_BINARY('locktest' + bld.env.suffix3,
                  source=LOCKTEST_SRC,
-                 deps='''talloc tdb_compat tevent cap wbclient param KRBCLIENT libsmb smbd_shim
-                 asn1util LIBTSOCKET NDR_SAMR NDR_LSA LOCKING FNAME_UTIL''',
+                 deps='''
+                 talloc
+                 param
+                 libsmb
+                 LOCKING''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('pdbtest',