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

index e09d12cd4e2464cc355d6347b554e9734fe8a7c6..58da923cb3d510aaf89cd1ebee890c6568e93faf 100755 (executable)
@@ -1420,8 +1420,13 @@ bld.SAMBA3_BINARY('smbcontrol',
 
 bld.SAMBA3_BINARY('smbtree',
                  source=SMBTREE_SRC,
-                 deps='''talloc tdb_compat tevent cap wbclient param smbd_shim
-                 libsmb popt_samba3 KRBCLIENT pdb ndr-standard msrpc3 PROFILE
+                 deps='''
+                 talloc
+                 param
+                 libsmb
+                 msrpc3
+                 popt_samba3
+                 PROFILE
                  RPC_NDR_SRVSVC''',
                  vars=locals())