From 18cca297ac6a3a68dda81fb29d34054a6cc4cd76 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 07:54:19 +0200 Subject: build: list source of library popt_samba3 directly in definition and rm vars=locals() Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/wscript_build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index ef9081cd70..77a42aaff2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,8 +3,6 @@ from samba_utils import * import samba_version, samba3 -POPT_LIB_SRC = '''lib/popt_common.c''' - PARAM_UTIL_SRC = '''param/util.c''' PARAM_WITHOUT_REG_SRC = '''param/loadparm.c @@ -617,9 +615,8 @@ bld.SAMBA3_SUBSYSTEM('REG_FULL', vars=locals()) bld.SAMBA3_LIBRARY('popt_samba3', - source=POPT_LIB_SRC, + source='lib/popt_common.c', deps='popt samba-util util_cmdline', - vars=locals(), private_library=True) bld.SAMBA3_LIBRARY('util_cmdline', -- cgit