From: Andreas Schneider Date: Tue, 24 Jan 2012 13:26:38 +0000 (+0100) Subject: s3-waf: Link pdbedit only against needed subsystems. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=6f6fb0318053fe487a947576a1ad372fc4dca73a;p=tridge%2Fsamba.git s3-waf: Link pdbedit only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index b6d6b8184f..acee1705d6 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1442,9 +1442,12 @@ bld.SAMBA3_BINARY('smbpasswd', bld.SAMBA3_BINARY('pdbedit', source=PDBEDIT_SRC, - deps='''talloc tdb_compat tevent cap wbclient param smbd_shim - LIBNTLMSSP popt_samba3 pdb - PASSWD_UTIL cli-ldap-common''', + deps=''' + talloc + param + popt_samba3 + pdb + PASSWD_UTIL''', vars=locals()) bld.SAMBA3_BINARY('smbget',