summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-08-25 18:17:36 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-08-25 18:17:36 +0000
commitbf3a980be60a00370da7909bd5572a42bd44b27d (patch)
tree50b6b6009e602bb8915e2a04ae717ab824c212bc /build
parentdda565ef6a6afbb9741a2cabc2f4e17a200f7b7a (diff)
downloadlibapr-bf3a980be60a00370da7909bd5572a42bd44b27d.tar.gz
Merge the apu_want.hnw header processing into the NetWare build
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUmakefile1
-rw-r--r--build/nw_export.inc1
-rwxr-xr-xbuild/prebuildNW.bat1
3 files changed, 3 insertions, 0 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile
index bbacbbf89..1c51bd00c 100644
--- a/build/NWGNUmakefile
+++ b/build/NWGNUmakefile
@@ -18,6 +18,7 @@ include $(APR_WORK)\build\NWGNUhead.inc
FILES_prebuild_headers = \
$(APR)/include/apr.h \
$(APRUTIL)/include/apu.h \
+ $(APRUTIL)/include/apu_want.h \
$(APRUTIL)/include/apr_ldap.h \
$(APRUTIL)/include/private/apu_config.h \
$(APRUTIL)/include/private/apu_select_dbm.h \
diff --git a/build/nw_export.inc b/build/nw_export.inc
index 294e179a2..731b8bc0b 100644
--- a/build/nw_export.inc
+++ b/build/nw_export.inc
@@ -78,3 +78,4 @@
#include "apr_xlate.h"
#include "apr_xml.h"
#include "apu_compat.h"
+#include "apu_want.h"
diff --git a/build/prebuildNW.bat b/build/prebuildNW.bat
index 427aa25ec..941d920c9 100755
--- a/build/prebuildNW.bat
+++ b/build/prebuildNW.bat
@@ -28,6 +28,7 @@ copy ..\include\apr.hnw ..\include\apr.h
@echo Fixing up the APR-Util headers
copy ..\..\apr-util\include\apu.hnw ..\..\apr-util\include\apu.h
+copy ..\..\apr-util\include\apu_want.hnw ..\..\apr-util\include\apu_want.h
copy ..\..\apr-util\include\apr_ldap.hnw ..\..\apr-util\include\apr_ldap.h
copy ..\..\apr-util\include\private\apu_config.hw ..\..\apr-util\include\private\apu_config.h
copy ..\..\apr-util\xml\expat\lib\expat.h.in ..\..\apr-util\xml\expat\lib\expat.h