1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

build: list source of subsystem PARAM_UTIL directly in definition and 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 07:55:52 +02:00
parent 18cca297ac
commit aac089708d

View File

@ -3,8 +3,6 @@
from samba_utils import *
import samba_version, samba3
PARAM_UTIL_SRC = '''param/util.c'''
PARAM_WITHOUT_REG_SRC = '''param/loadparm.c
lib/sharesec.c lib/ldap_debug_handler.c lib/util_names.c'''
@ -555,8 +553,8 @@ bld.SAMBA3_SUBSYSTEM('SERVER_MUTEX',
deps='talloc')
bld.SAMBA3_SUBSYSTEM('PARAM_UTIL',
source=PARAM_UTIL_SRC,
deps='talloc')
source='param/util.c',
deps='talloc')
bld.SAMBA3_SUBSYSTEM('LOADPARM_CTX',
source='param/loadparm_ctx.c',