From dde4d6fce9e3daa6a2332b9cbc0165a18fca0ccd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 28 May 2012 17:30:44 +1000 Subject: lib/param: Put common FN_ macros into param_functions.c This will in turn make it possible to put the actual parameter definitions in common. Andrew Bartlett --- source3/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index bf37e8b6ac..f41401f1d6 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -711,9 +711,9 @@ bld.SAMBA3_SUBSYSTEM('LOADPARM_CTX', vars=locals()) bld.SAMBA_GENERATOR('param/param_global_h', - source= 'param/loadparm.c ../script/mkparamdefs.pl', + source= '../script/mkparamdefs.pl param/loadparm.c ../lib/param/param_functions.c', target='param/param_global.h', - rule='${PERL} ${SRC[1].abspath(env)} ${SRC[0].abspath(env)} --file ${TGT} --generate-scope=GLOBAL') + 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, -- cgit