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

index 80afc69ba7f902e5576ae4a496e8356fedc8aa7a..a35ac13de2eaabac34dd5d5c4ce19436e0972f72 100755 (executable)
@@ -1459,7 +1459,11 @@ bld.SAMBA3_BINARY('smbget',
 
 bld.SAMBA3_BINARY('nmblookup' + bld.env.suffix3,
                  source=NMBLOOKUP_SRC,
-                 deps='''talloc tdb_compat tevent cap param smbd_shim popt_samba3 LIBNMB''',
+                 deps='''
+                 talloc
+                 param
+                 popt_samba3
+                 LIBNMB''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,