mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-waf: no need to add suffix3 to smbpasswd
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a12239b131
commit
a3aa71ea3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user