diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 15:38:56 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | e9b64f0ac0bf63c6640f94edaf9636d8bb7f4969 (patch) | |
tree | 04270629daf3c1a09a860a64fcb66bf98ef0763b /source3/wscript_build | |
parent | 1fa80f0f29544bbdac8f5c714a3730e4afe8e2c0 (diff) | |
download | samba-e9b64f0ac0bf63c6640f94edaf9636d8bb7f4969.tar.gz samba-e9b64f0ac0bf63c6640f94edaf9636d8bb7f4969.tar.bz2 samba-e9b64f0ac0bf63c6640f94edaf9636d8bb7f4969.zip |
s3-waf: Link nmblookup only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 80afc69ba7..a35ac13de2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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, |