diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-08 10:49:49 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-08 03:19:25 +0200 |
commit | 50c8d3813ce88ae48f7fbf513fa74930c9e661a0 (patch) | |
tree | a97f7f49a5a36b5616dbda3f771985ab1256f94f /source3 | |
parent | f0cd3f62d04a99347a88d5355b568f1295752876 (diff) | |
download | samba-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
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 3 |
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 |