From cc6a77835bc286b2e570a05596b3b6acc54c1052 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Wed, 15 Jan 2014 17:18:13 +1300 Subject: lib/param: generate the param_functions.h containing the prototypes Pair-programmed-with: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Michael Adam --- wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build') 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') -- cgit v1.2.1