From 820fe8acca1454b43bc5454f56cf848d6250bc4c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 8 Oct 2011 10:50:32 +1100 Subject: 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 --- source3/wscript_build | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index db1c67e844..2e54195ff0 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 -- cgit