diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-10-14 15:46:43 +1300 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-10-16 09:31:41 +0200 |
commit | 033dc776de81b9674735f1ac0ed4085503068e60 (patch) | |
tree | 968913401088089412622365f7f3bc4a0bbf6b0b /lib | |
parent | 651cf893903147cf6d3f1ccb6432c2661cdc36c5 (diff) | |
download | samba-033dc776de81b9674735f1ac0ed4085503068e60.tar.gz samba-033dc776de81b9674735f1ac0ed4085503068e60.tar.bz2 samba-033dc776de81b9674735f1ac0ed4085503068e60.zip |
param: Autogenerate s3 lp_ctx glue table
This allows us to use more lpcfg_ functions without adding them
manually.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/param/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/wscript_build b/lib/param/wscript_build index 10e05a3072..0e1a2e04f3 100644 --- a/lib/param/wscript_build +++ b/lib/param/wscript_build @@ -11,6 +11,7 @@ bld.SAMBA_GENERATOR('s3_param_h', target='s3_param.h', rule='${PERL} ${SRC[0].abspath(env)} ${SRC[1].abspath(env)} ${SRC[2].abspath(env)} --file ${TGT}') + bld.SAMBA_GENERATOR('param_global_h', source= '../../script/mkparamdefs.pl loadparm.c param_functions.c', target='param_global.h', |