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

index f344113f44dd0069a75eded3516692c383471555..e09d12cd4e2464cc355d6347b554e9734fe8a7c6 100755 (executable)
@@ -1411,7 +1411,11 @@ bld.SAMBA3_BINARY('smbstatus',
 
 bld.SAMBA3_BINARY('smbcontrol',
                  source=SMBCONTROL_SRC,
-                 deps='''talloc tdb_compat tevent cap param smbd_shim popt_samba3 PRINTBASE''',
+                 deps='''
+                 talloc
+                 param
+                 popt_samba3
+                 PRINTBASE''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('smbtree',