diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 14:20:03 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | dd1b54815213a5099215c3534c7d81ce67a0fe0e (patch) | |
tree | 4500d09733f4c9e1fcc65a6e4a2cfe3bb59541e3 | |
parent | ff8a1f7384791c3f9698ba09ad02118227a0250c (diff) | |
download | samba-dd1b54815213a5099215c3534c7d81ce67a0fe0e.tar.gz samba-dd1b54815213a5099215c3534c7d81ce67a0fe0e.tar.xz samba-dd1b54815213a5099215c3534c7d81ce67a0fe0e.zip |
s3-waf: Link smbpasswd only against needed subsystems.
-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 58da923cb3..b6d6b8184f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1432,9 +1432,12 @@ bld.SAMBA3_BINARY('smbtree', bld.SAMBA3_BINARY('smbpasswd', source=SMBPASSWD_SRC, - deps='''talloc tdb_compat tevent cap wbclient param smbd_shim - libsmb popt_samba3 KRBCLIENT pdb ndr-standard msrpc3 PASSWD_UTIL - LIBCLI_SAMR INIT_LSA PASSCHANGE''', + deps=''' + talloc + param + pdb + PASSWD_UTIL + PASSCHANGE''', vars=locals()) bld.SAMBA3_BINARY('pdbedit', |