mirror of
https://github.com/samba-team/samba.git
synced 2025-09-16 01:44:21 +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:
@@ -3,8 +3,6 @@
|
|||||||
from samba_utils import *
|
from samba_utils import *
|
||||||
import samba_version, samba3
|
import samba_version, samba3
|
||||||
|
|
||||||
VLP_SRC = '''printing/tests/vlp.c'''
|
|
||||||
|
|
||||||
RPC_OPEN_TCP_SRC = 'torture/rpc_open_tcp.c'
|
RPC_OPEN_TCP_SRC = 'torture/rpc_open_tcp.c'
|
||||||
|
|
||||||
DBWRAP_TOOL_SRC = 'utils/dbwrap_tool.c'
|
DBWRAP_TOOL_SRC = 'utils/dbwrap_tool.c'
|
||||||
@@ -1430,12 +1428,11 @@ bld.SAMBA3_BINARY('split_tokens',
|
|||||||
vars=locals())
|
vars=locals())
|
||||||
|
|
||||||
bld.SAMBA3_BINARY('vlp',
|
bld.SAMBA3_BINARY('vlp',
|
||||||
source=VLP_SRC,
|
source='printing/tests/vlp.c',
|
||||||
deps='''
|
deps='''
|
||||||
talloc
|
talloc
|
||||||
param''',
|
param''',
|
||||||
install=False,
|
install=False)
|
||||||
vars=locals())
|
|
||||||
|
|
||||||
bld.SAMBA3_PYTHON('pysmbd',
|
bld.SAMBA3_PYTHON('pysmbd',
|
||||||
source='smbd/pysmbd.c',
|
source='smbd/pysmbd.c',
|
||||||
|
Reference in New Issue
Block a user