summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-28 17:30:44 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-30 04:15:12 +0200
commitdde4d6fce9e3daa6a2332b9cbc0165a18fca0ccd (patch)
tree8f7d0776908c11f53271eb517400f01115d58ad4 /source3/wscript_build
parent3dcea0f6c7d8cd08a4affe3b54061cdcb2de1c50 (diff)
downloadsamba-dde4d6fce9e3daa6a2332b9cbc0165a18fca0ccd.tar.gz
samba-dde4d6fce9e3daa6a2332b9cbc0165a18fca0ccd.tar.bz2
samba-dde4d6fce9e3daa6a2332b9cbc0165a18fca0ccd.zip
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
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 2 insertions, 2 deletions
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,