From 7a57f72ef46f37e90aaa05926636c57cdd91b4a4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 8 Mar 2011 13:01:21 +1100 Subject: s3-waf: enable public header building in s3 --- source3/wscript_build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 836ee1fb26..82795d5102 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,6 +3,13 @@ from samba_utils import * import samba_version, samba3 +# 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 = ['lib/ldb_compat.h'] + TDB_LIB_SRC = ''' lib/dbwrap.c lib/dbwrap_tdb.c lib/dbwrap_ctdb.c -- cgit