summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-01 14:36:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-02 12:31:34 +1000
commit4f3a155fb5e348abb76c5608dc7c765ef61a7781 (patch)
treee27237f025eb6d768895a89adfc5e1de62bf869b /source4/param
parentd4ef70a7645fb2fb21c565566c20619ff5d1a7ec (diff)
downloadsamba-4f3a155fb5e348abb76c5608dc7c765ef61a7781.tar.gz
samba-4f3a155fb5e348abb76c5608dc7c765ef61a7781.tar.bz2
samba-4f3a155fb5e348abb76c5608dc7c765ef61a7781.zip
s3-param Generate parameter tables
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index da10565c6c..7f45402017 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -6,12 +6,12 @@ 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= 'loadparm.c ../../script/mkparamdefs.pl',
target='param_local.h',
rule='${PERL} ${SRC[1].abspath(env)} ${SRC[0].abspath(env)} --file ${TGT} --generate-scope=LOCAL')
bld.SAMBA_GENERATOR('param_global_h',
- source= 'loadparm.c ../script/mkparamdefs.pl',
+ source= 'loadparm.c ../../script/mkparamdefs.pl',
target='param_global.h',
rule='${PERL} ${SRC[1].abspath(env)} ${SRC[0].abspath(env)} --file ${TGT} --generate-scope=GLOBAL')