diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-21 15:05:54 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-22 02:51:10 +0100 |
commit | a3aa71ea3ac23c9ae20d3678fa3f6e1da24ab1b0 (patch) | |
tree | b3cac18a7d6bd20b01c3eda183e29f4977f173bb | |
parent | a12239b131135e6ff0224d98be6feb4d3158410f (diff) | |
download | samba-a3aa71ea3ac23c9ae20d3678fa3f6e1da24ab1b0.tar.gz samba-a3aa71ea3ac23c9ae20d3678fa3f6e1da24ab1b0.tar.bz2 samba-a3aa71ea3ac23c9ae20d3678fa3f6e1da24ab1b0.zip |
s3-waf: no need to add suffix3 to smbpasswd
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0e7c72c98a..e658fd7627 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1169,7 +1169,7 @@ bld.SAMBA3_BINARY('smbtree', RPC_NDR_SRVSVC''', vars=locals()) -bld.SAMBA3_BINARY('smbpasswd' + bld.env.suffix3, +bld.SAMBA3_BINARY('smbpasswd', source=SMBPASSWD_SRC, deps='''talloc tdb tevent cap resolv wbclient param LIB_NONSMBD LIBSMB LIBSMB_ERR POPT_SAMBA3 KRBCLIENT passdb SMBLDAP GROUPDB LIBMSRPC_GEN msrpc3 PASSWD_UTIL |