summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-08 10:49:49 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-08 03:19:25 +0200
commit50c8d3813ce88ae48f7fbf513fa74930c9e661a0 (patch)
treea97f7f49a5a36b5616dbda3f771985ab1256f94f
parentf0cd3f62d04a99347a88d5355b568f1295752876 (diff)
downloadsamba-50c8d3813ce88ae48f7fbf513fa74930c9e661a0.tar.gz
samba-50c8d3813ce88ae48f7fbf513fa74930c9e661a0.tar.bz2
samba-50c8d3813ce88ae48f7fbf513fa74930c9e661a0.zip
build: s3 public headers appear to be correct now
The build now passes without this setting, so remove it to ensure we do this check in future. Andrew Bartlett
-rwxr-xr-xsource3/wscript_build3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 289d9a1c7f..db1c67e844 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -6,9 +6,6 @@ import samba_version, samba3
# enable building of public headers in the build tree
bld.env.build_public_headers = 'include/public'
-# s3 public headers refer to non-public headers
-bld.env.public_headers_allow_broken = True
-
TDB_LIB_SRC = '''
lib/dbwrap/dbwrap_open.c
lib/dbwrap/dbwrap_tdb.c