From 033dc776de81b9674735f1ac0ed4085503068e60 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 14 Oct 2013 15:46:43 +1300 Subject: param: Autogenerate s3 lp_ctx glue table This allows us to use more lpcfg_ functions without adding them manually. Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher --- lib/param/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/param') diff --git a/lib/param/wscript_build b/lib/param/wscript_build index 10e05a3072..0e1a2e04f3 100644 --- a/lib/param/wscript_build +++ b/lib/param/wscript_build @@ -11,6 +11,7 @@ bld.SAMBA_GENERATOR('s3_param_h', target='s3_param.h', 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', -- cgit