From 50c8d3813ce88ae48f7fbf513fa74930c9e661a0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 8 Oct 2011 10:49:49 +1100 Subject: 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 --- source3/wscript_build | 3 --- 1 file changed, 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 -- cgit