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

index c2a88bb695e7fb3d8e9089a23047a6ddd94b3580..f344113f44dd0069a75eded3516692c383471555 100755 (executable)
@@ -1401,8 +1401,12 @@ bld.SAMBA3_BINARY('smbta-util',
 
 bld.SAMBA3_BINARY('smbstatus',
                  source=STATUS_SRC,
-                 deps='''talloc tdb_compat tevent cap param popt_samba3 smbd_shim
-                 LOCKING PROFILE FNAME_UTIL''',
+                 deps='''
+                 talloc
+                 param
+                 popt_samba3
+                 LOCKING
+                 PROFILE''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('smbcontrol',