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