diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-08 10:50:32 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-08 03:19:25 +0200 |
commit | 820fe8acca1454b43bc5454f56cf848d6250bc4c (patch) | |
tree | 805d7f5caa90e3f1040c44694ac43427699500c1 /source3/wscript_build | |
parent | 50c8d3813ce88ae48f7fbf513fa74930c9e661a0 (diff) | |
download | samba-820fe8acca1454b43bc5454f56cf848d6250bc4c.tar.gz samba-820fe8acca1454b43bc5454f56cf848d6250bc4c.tar.bz2 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/wscript_build')
-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 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 |