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

index 716b5b6b4360adfa5726ae0c396737f34d1ece93..5d4351e82f191061fb3ea5db32525077ad41df9a 100755 (executable)
@@ -1647,8 +1647,9 @@ bld.SAMBA3_BINARY('dbwrap_torture',
 
 bld.SAMBA3_BINARY('split_tokens',
                  source=SPLIT_TOKENS_SRC,
-                 deps='''talloc tdb_compat tevent cap wbclient param smbd_shim popt_samba3
-                 LIBNTLMSSP''',
+                 deps='''
+                 talloc
+                 popt_samba3''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('vlp',