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

index acee1705d65dd702c658e59f5e969a54479f7f73..80afc69ba7f902e5576ae4a496e8356fedc8aa7a 100755 (executable)
@@ -1452,7 +1452,9 @@ bld.SAMBA3_BINARY('pdbedit',
 
 bld.SAMBA3_BINARY('smbget',
                  source=SMBGET_SRC,
-                 deps='''talloc tdb_compat smbclient popt_samba3''',
+                 deps='''
+                 talloc
+                 smbclient''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('nmblookup' + bld.env.suffix3,