summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 14:28:48 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:28 +0100
commit1fa80f0f29544bbdac8f5c714a3730e4afe8e2c0 (patch)
tree6dd01f85ce053aa1afc04d16d5eafff474b87414 /source3/wscript_build
parent6f6fb0318053fe487a947576a1ad372fc4dca73a (diff)
downloadsamba-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-xsource3/wscript_build4
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,