mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: list source of binary pdbedit directly in def, remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
d346b1a8f5
commit
06ef203b21
@ -3,8 +3,6 @@
|
||||
from samba_utils import *
|
||||
import samba_version, samba3
|
||||
|
||||
PDBEDIT_SRC = '''utils/pdbedit.c'''
|
||||
|
||||
SMBGET_SRC = '''utils/smbget.c'''
|
||||
|
||||
RPCCLIENT_SRC1 = '''rpcclient/rpcclient.c rpcclient/cmd_lsarpc.c
|
||||
@ -1275,14 +1273,13 @@ bld.SAMBA3_BINARY('smbpasswd',
|
||||
PASSCHANGE''')
|
||||
|
||||
bld.SAMBA3_BINARY('pdbedit',
|
||||
source=PDBEDIT_SRC,
|
||||
source='utils/pdbedit.c',
|
||||
deps='''
|
||||
talloc
|
||||
param
|
||||
popt_samba3
|
||||
pdb
|
||||
PASSWD_UTIL''',
|
||||
vars=locals())
|
||||
PASSWD_UTIL''')
|
||||
|
||||
bld.SAMBA3_BINARY('smbget',
|
||||
source=SMBGET_SRC,
|
||||
|
Loading…
Reference in New Issue
Block a user