summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-23 07:57:22 +0200
committerMichael Adam <obnox@samba.org>2013-09-23 20:22:46 +0200
commit9572a14c6196a51e36a3a808f34c025139b436fc (patch)
tree05fd73fda3d7c701d9ff41dcab5cc71296375b2c /source3/wscript_build
parentaac089708dfc0abda4d7e6b7dfed0bd73b268a79 (diff)
downloadsamba-9572a14c6196a51e36a3a808f34c025139b436fc.tar.gz
samba-9572a14c6196a51e36a3a808f34c025139b436fc.tar.bz2
samba-9572a14c6196a51e36a3a808f34c025139b436fc.zip
build: list source of subsystem param directly in definition
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index f2f4b83e5a..a0facaf485 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -3,9 +3,6 @@
from samba_utils import *
import samba_version, samba3
-PARAM_WITHOUT_REG_SRC = '''param/loadparm.c
- lib/sharesec.c lib/ldap_debug_handler.c lib/util_names.c'''
-
KRBCLIENT_SRC = '''libads/kerberos.c libads/ads_status.c'''
LIBGPO_SRC0 = '''../libgpo/gpo_ldap.c ../libgpo/gpo_ini.c ../libgpo/gpo_util.c
@@ -567,7 +564,10 @@ bld.SAMBA_GENERATOR('param/param_global_h',
rule='${PERL} ${SRC[0].abspath(env)} ${SRC[1].abspath(env)} ${SRC[2].abspath(env)} --file ${TGT} --generate-scope=GLOBAL')
bld.SAMBA3_SUBSYSTEM('param',
- source=PARAM_WITHOUT_REG_SRC,
+ source='''param/loadparm.c
+ lib/sharesec.c
+ lib/ldap_debug_handler.c
+ lib/util_names.c''',
deps='samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local_h param/param_global_h cups''')
bld.SAMBA3_PYTHON('pys3param',