diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-15 17:18:13 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-12 13:17:13 +1300 |
commit | cc6a77835bc286b2e570a05596b3b6acc54c1052 (patch) | |
tree | 7dbcc1a3346d09f5b197af6c9c060fe9a590407b /wscript_build | |
parent | 526cf3c119cae83d94d9120ef436482281daaeb4 (diff) | |
download | samba-cc6a77835bc286b2e570a05596b3b6acc54c1052.tar.gz |
lib/param: generate the param_functions.h containing the prototypes
Pair-programmed-with: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build index f28c08cb414..9228d154107 100644 --- a/wscript_build +++ b/wscript_build @@ -20,7 +20,7 @@ bld.env.build_public_headers = 'include/public' # these are includes which appear in public headers, but with #ifdef conditional # compilation, so they are safe -bld.env.public_headers_skip = ['lib/param/param_proto.h'] +bld.env.public_headers_skip = ['lib/param/param_proto.h', 'lib/param/param_functions.h'] samba_version.load_version(bld.env, is_install=bld.is_install) bld.SAMBA_MKVERSION('version.h') |