build: remove double-setting of build_public_headers
authorAndrew Bartlett <abartlet@samba.org>
Fri, 7 Oct 2011 23:50:32 +0000 (10:50 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 8 Oct 2011 01:19:25 +0000 (03:19 +0200)
The top level build already sets this, so we do not need to set it twice.

Andrew Bartlett

source3/wscript_build

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