summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 14:20:03 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:28 +0100
commitdd1b54815213a5099215c3534c7d81ce67a0fe0e (patch)
tree4500d09733f4c9e1fcc65a6e4a2cfe3bb59541e3 /source3/wscript_build
parentff8a1f7384791c3f9698ba09ad02118227a0250c (diff)
downloadsamba-dd1b54815213a5099215c3534c7d81ce67a0fe0e.tar.gz
samba-dd1b54815213a5099215c3534c7d81ce67a0fe0e.tar.bz2
samba-dd1b54815213a5099215c3534c7d81ce67a0fe0e.zip
s3-waf: Link smbpasswd only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build9
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',