1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +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:
Michael Adam 2013-09-23 10:03:08 +02:00
parent ecb3c92b25
commit 636b7111c0

View File

@ -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',