diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 14:26:38 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | 6f6fb0318053fe487a947576a1ad372fc4dca73a (patch) | |
tree | 2ca432aed0072f604124ac49126946e3223a451f /source3/wscript_build | |
parent | dd1b54815213a5099215c3534c7d81ce67a0fe0e (diff) | |
download | samba-6f6fb0318053fe487a947576a1ad372fc4dca73a.tar.gz samba-6f6fb0318053fe487a947576a1ad372fc4dca73a.tar.xz samba-6f6fb0318053fe487a947576a1ad372fc4dca73a.zip |
s3-waf: Link pdbedit only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index b6d6b8184fc..acee1705d65 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', |