summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2008-02-09 16:11:50 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2008-02-09 16:11:50 +0000
commitcc5934ee96073eb9aee78a383097a75d62624e97 (patch)
treeee9f3c9ee8ca8cb0662b9f10314cbe7fd06b645e /Makefile.win
parent0fdf9c187bb073166379efcc20d3a48ff718faaa (diff)
downloadhttpd-cc5934ee96073eb9aee78a383097a75d62624e97.tar.gz
Catch win32 up with r620135 for unix., install so, cache and rewrite .h files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index 6cff62a729..7ea1157085 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -736,7 +736,10 @@ BEGIN {
modules\loggers\mod_log_config.h \
modules\http\mod_core.h \
modules\proxy\mod_proxy.h \
- modules\ssl\mod_ssl.h ) do \
+ modules\ssl\mod_ssl.h \
+ modules\mappers\mod_so.h \
+ modules\mappers\mod_rewrite.h \
+ modules\cache\mod_cache.h ) do \
@copy %f "$(INSTDIR)\include" < .y > nul
copy srclib\apr\Lib$(SHORT)\apr-1.lib "$(INSTDIR)\lib" <.y
copy srclib\apr\Lib$(SHORT)\apr-1.pdb "$(INSTDIR)\lib" <.y