From 1fa80f0f29544bbdac8f5c714a3730e4afe8e2c0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 14:28:48 +0100 Subject: s3-waf: Link smbget only against needed subsystems. --- source3/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') 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, -- cgit