summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-02-03 16:44:32 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-02-10 05:56:58 +0100
commit907f49ef1f599397174858a4e57f9eb91e35593b (patch)
tree16865c613c4b62ed63d6924c7d7d47d7b9a50b3f /lib/param
parent98e8126b05f69646cfb035e3ebea71b3172c01e9 (diff)
downloadsamba-907f49ef1f599397174858a4e57f9eb91e35593b.tar.gz
samba-907f49ef1f599397174858a4e57f9eb91e35593b.tar.xz
samba-907f49ef1f599397174858a4e57f9eb91e35593b.zip
lib/param: Mark source code generators as group build_source
Reviewed-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Kamen Mazdrashki <kamenim@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Feb 10 05:56:58 CET 2014 on sn-devel-104
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/wscript_build3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/param/wscript_build b/lib/param/wscript_build
index 0e1a2e04f33..8674f5f655a 100644
--- a/lib/param/wscript_build
+++ b/lib/param/wscript_build
@@ -3,18 +3,21 @@
bld.SAMBA_GENERATOR('param_local_h',
source= '../../script/mkparamdefs.pl param_functions.c ',
target='param_local.h',
+ group='build_source',
rule='${PERL} ${SRC[0].abspath(env)} ${SRC[1].abspath(env)} --file ${TGT} --generate-scope=LOCAL')
bld.SAMBA_GENERATOR('s3_param_h',
source= ' ../../script/mks3param.pl loadparm.c param_functions.c',
target='s3_param.h',
+ group='build_source',
rule='${PERL} ${SRC[0].abspath(env)} ${SRC[1].abspath(env)} ${SRC[2].abspath(env)} --file ${TGT}')
bld.SAMBA_GENERATOR('param_global_h',
source= '../../script/mkparamdefs.pl loadparm.c param_functions.c',
target='param_global.h',
+ group='build_source',
rule='${PERL} ${SRC[0].abspath(env)} ${SRC[1].abspath(env)} ${SRC[2].abspath(env)} --file ${TGT} --generate-scope=GLOBAL')
bld.SAMBA_LIBRARY('server-role',