From c3f04a9f3520000b6347aaa6cd4c431e81976d40 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 3 Mar 2011 16:34:57 +1100 Subject: build: mark some private includes as OK in public headers these are includes which are protected by #ifdefs which means they don't get exposed to public users --- wscript_build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wscript_build') diff --git a/wscript_build b/wscript_build index 9c60450a9a..22cd7a0350 100644 --- a/wscript_build +++ b/wscript_build @@ -20,6 +20,10 @@ bld.AUTOCLEANUP_STALE_FILES() # enable building of public headers in the build tree 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 = ['param/param_proto.h', 'lib/ldb_compat.h'] + samba_version.load_version(bld.env) bld.SAMBA_MKVERSION('version.h') -- cgit