diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-08 16:44:17 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-15 12:22:20 +1100 |
commit | af28facc03809fabd11cd729685588d850d6ef3b (patch) | |
tree | d372a39276663d00f2b68dcc71fa58401ccc40a5 /source3 | |
parent | 4907695012cb50bc63abdc799ca929263fab74a2 (diff) | |
download | samba-af28facc03809fabd11cd729685588d850d6ef3b.tar.gz samba-af28facc03809fabd11cd729685588d850d6ef3b.tar.bz2 samba-af28facc03809fabd11cd729685588d850d6ef3b.zip |
s3-waf: enable public_headers_allow_broken
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 82795d5102..1e0fa4ac13 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -10,6 +10,9 @@ bld.env.build_public_headers = 'include/public' # compilation, so they are safe bld.env.public_headers_skip = ['lib/ldb_compat.h'] +# s3 public headers refer to non-public headers +bld.env.public_headers_allow_broken = True + TDB_LIB_SRC = ''' lib/dbwrap.c lib/dbwrap_tdb.c lib/dbwrap_ctdb.c |