mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: list source of binary vlp directly in dev, remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
ecb3c92b25
commit
636b7111c0
@ -3,8 +3,6 @@
|
||||
from samba_utils import *
|
||||
import samba_version, samba3
|
||||
|
||||
VLP_SRC = '''printing/tests/vlp.c'''
|
||||
|
||||
RPC_OPEN_TCP_SRC = 'torture/rpc_open_tcp.c'
|
||||
|
||||
DBWRAP_TOOL_SRC = 'utils/dbwrap_tool.c'
|
||||
@ -1430,12 +1428,11 @@ bld.SAMBA3_BINARY('split_tokens',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA3_BINARY('vlp',
|
||||
source=VLP_SRC,
|
||||
source='printing/tests/vlp.c',
|
||||
deps='''
|
||||
talloc
|
||||
param''',
|
||||
install=False,
|
||||
vars=locals())
|
||||
install=False)
|
||||
|
||||
bld.SAMBA3_PYTHON('pysmbd',
|
||||
source='smbd/pysmbd.c',
|
||||
|
Loading…
Reference in New Issue
Block a user