summaryrefslogtreecommitdiff
path: root/source4/param/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-07 22:03:30 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-08 11:23:23 +0200
commit2fcbfcd004685482c40de169bf904d7fa92ac165 (patch)
tree91123474deb7ff37147e5dd8abc3b0cb08ea038b /source4/param/wscript_build
parentf50f9374b584b881aac0304aeefc56ebfd6b745a (diff)
downloadsamba-2fcbfcd004685482c40de169bf904d7fa92ac165.tar.gz
samba-2fcbfcd004685482c40de169bf904d7fa92ac165.tar.bz2
samba-2fcbfcd004685482c40de169bf904d7fa92ac165.zip
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
Diffstat (limited to 'source4/param/wscript_build')
-rw-r--r--source4/param/wscript_build3
1 files changed, 2 insertions, 1 deletions
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'
)