From 2fcbfcd004685482c40de169bf904d7fa92ac165 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 7 Jul 2011 22:03:30 +1000 Subject: param: Move per-share parameters into a seperate file, to share with s3 This will allow the struct loadparm_service to be in common between the two loadparm implementations in the tree. Andrew Bartlett --- source4/param/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/param/wscript_build') diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 8cd9955737..a56191d089 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -6,7 +6,7 @@ bld.SAMBA_GENERATOR('s3_param_h', rule='${PERL} ${SRC[1].abspath(env)} ${SRC[0].abspath(env)} --file ${TGT}') bld.SAMBA_GENERATOR('param_local_h', - source= 'loadparm.c ../../script/mkparamdefs.pl', + source= '../../lib/param/param_functions.c ../../script/mkparamdefs.pl', target='param_local.h', rule='${PERL} ${SRC[1].abspath(env)} ${SRC[0].abspath(env)} --file ${TGT} --generate-scope=LOCAL') @@ -23,6 +23,7 @@ bld.SAMBA_LIBRARY('samba-hostconfig', public_deps='samba-util bitmap', public_headers='param.h', autoproto='param_proto.h', + autoproto_extra_source='../../lib/param/param_functions.c' ) -- cgit