build: s3 public headers appear to be correct now
authorAndrew Bartlett <abartlet@samba.org>
Fri, 7 Oct 2011 23:49:49 +0000 (10:49 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 8 Oct 2011 01:19:25 +0000 (03:19 +0200)
The build now passes without this setting, so remove it to ensure we
do this check in future.

Andrew Bartlett

source3/wscript_build

index 289d9a1c7f082ad2e36c3661528b49bb4509834b..db1c67e844d8c18ee1a8e74599254e2fea9514b6 100755 (executable)
@@ -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