diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-01 14:36:25 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-02 12:31:34 +1000 |
commit | 4f3a155fb5e348abb76c5608dc7c765ef61a7781 (patch) | |
tree | e27237f025eb6d768895a89adfc5e1de62bf869b /source4/param | |
parent | d4ef70a7645fb2fb21c565566c20619ff5d1a7ec (diff) | |
download | samba-4f3a155fb5e348abb76c5608dc7c765ef61a7781.tar.gz samba-4f3a155fb5e348abb76c5608dc7c765ef61a7781.tar.xz samba-4f3a155fb5e348abb76c5608dc7c765ef61a7781.zip |
s3-param Generate parameter tables
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/wscript_build | 4 |
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') |