diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-02-03 16:44:32 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-10 05:56:58 +0100 |
commit | 907f49ef1f599397174858a4e57f9eb91e35593b (patch) | |
tree | 16865c613c4b62ed63d6924c7d7d47d7b9a50b3f /source3/param/wscript_build | |
parent | 98e8126b05f69646cfb035e3ebea71b3172c01e9 (diff) | |
download | samba-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 'source3/param/wscript_build')
-rw-r--r-- | source3/param/wscript_build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/param/wscript_build b/source3/param/wscript_build index 673cb4d049..420dc4533e 100644 --- a/source3/param/wscript_build +++ b/source3/param/wscript_build @@ -11,16 +11,19 @@ bld.SAMBA3_SUBSYSTEM('LOADPARM_CTX', bld.SAMBA_GENERATOR('s3_param_global_h', source= '../../script/mkparamdefs.pl loadparm.c ../../lib/param/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_GENERATOR('s3_param_proto_h', source= '../../script/mks3param_proto.pl loadparm.c ../../lib/param/param_functions.c', target='param_proto.h', + group='build_source', rule='${PERL} ${SRC[0].abspath(env)} ${SRC[1].abspath(env)} ${SRC[2].abspath(env)} --file ${TGT}') bld.SAMBA_GENERATOR('s3_loadparm_ctx_table_c', source= ' ../../script/mks3param_ctx_table.pl ../../lib/param/loadparm.c ../../lib/param/param_functions.c', target='loadparm_ctx_table.c', + group='build_source', rule='${PERL} ${SRC[0].abspath(env)} ${SRC[1].abspath(env)} ${SRC[2].abspath(env)} --file ${TGT}') bld.SAMBA3_PYTHON('pys3param', |