summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-08 10:50:32 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-08 03:19:25 +0200
commit820fe8acca1454b43bc5454f56cf848d6250bc4c (patch)
tree805d7f5caa90e3f1040c44694ac43427699500c1 /source3
parent50c8d3813ce88ae48f7fbf513fa74930c9e661a0 (diff)
downloadsamba-820fe8acca1454b43bc5454f56cf848d6250bc4c.tar.gz
samba-820fe8acca1454b43bc5454f56cf848d6250bc4c.tar.xz
samba-820fe8acca1454b43bc5454f56cf848d6250bc4c.zip
build: remove double-setting of build_public_headers
The top level build already sets this, so we do not need to set it twice. Andrew Bartlett
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index db1c67e844d..2e54195ff0b 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -3,9 +3,6 @@
from samba_utils import *
import samba_version, samba3
-# enable building of public headers in the build tree
-bld.env.build_public_headers = 'include/public'
-
TDB_LIB_SRC = '''
lib/dbwrap/dbwrap_open.c
lib/dbwrap/dbwrap_tdb.c