diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-11 13:36:48 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 22:32:43 +1000 |
commit | 2a93814592f8177da38a6459bd447fab8575f4e3 (patch) | |
tree | e462625818698211cccb36e93b7a6b7e8f8fa60d /source4/param/wscript_build | |
parent | 837230f85e12e72186dacfb97fe2dbf8a37d28f0 (diff) | |
download | samba-2a93814592f8177da38a6459bd447fab8575f4e3.tar.gz samba-2a93814592f8177da38a6459bd447fab8575f4e3.tar.bz2 samba-2a93814592f8177da38a6459bd447fab8575f4e3.zip |
s4-param: move back to auto-generation of loadparm prototypes
Diffstat (limited to 'source4/param/wscript_build')
-rw-r--r-- | source4/param/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 89929f1a52..0f0f1d0c04 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -6,7 +6,8 @@ bld.SAMBA_LIBRARY('LIBSAMBA-HOSTCONFIG', vnum='0.0.1', deps='DYNCONFIG CHARSET', public_deps='LIBSAMBA-UTIL', - public_headers='param.h' + public_headers='param.h', + autoproto='param_proto.h' ) |