mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: list source of binary dbwrap_tool 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
2dc6174c70
commit
e05a7a207e
@ -3,8 +3,6 @@
|
||||
from samba_utils import *
|
||||
import samba_version, samba3
|
||||
|
||||
DBWRAP_TOOL_SRC = 'utils/dbwrap_tool.c'
|
||||
|
||||
DBWRAP_TORTURE_SRC = 'utils/dbwrap_torture.c'
|
||||
|
||||
SPLIT_TOKENS_SRC = 'utils/split_tokens.c'
|
||||
@ -1402,11 +1400,10 @@ bld.SAMBA3_BINARY('test_lp_load',
|
||||
install=False)
|
||||
|
||||
bld.SAMBA3_BINARY('dbwrap_tool',
|
||||
source=DBWRAP_TOOL_SRC,
|
||||
source='utils/dbwrap_tool.c',
|
||||
deps='''
|
||||
talloc
|
||||
popt_samba3''',
|
||||
vars=locals())
|
||||
popt_samba3''')
|
||||
|
||||
bld.SAMBA3_BINARY('dbwrap_torture',
|
||||
source=DBWRAP_TORTURE_SRC,
|
||||
|
Loading…
Reference in New Issue
Block a user