summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2013-01-21 01:20:33 +0000
committerGregg Lewis Smith <gsmith@apache.org>2013-01-21 01:20:33 +0000
commit8e0c2d91e04ed8ffd9258564a0367377715e411a (patch)
tree85886f339b32de28efbdb47a9ea11c64eaa60ab3 /Makefile.win
parent8126c668dd4fa7cdda667979c22376e5402affb4 (diff)
downloadhttpd-8e0c2d91e04ed8ffd9258564a0367377715e411a.tar.gz
Add mod_macro to Windows build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 4bf3abffdd..f52f90587b 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -446,6 +446,7 @@ _build:
$(MAKE) $(MAKEOPT) -f mod_socache_shmcb.mak CFG="mod_socache_shmcb - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
cd modules\core
+ $(MAKE) $(MAKEOPT) -f mod_macro.mak CFG="mod_macro - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_watchdog.mak CFG="mod_watchdog - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
cd modules\cluster
@@ -741,6 +742,7 @@ _copybin:
# copy modules\cache\$(LONG)\mod_socache_dc.$(src_so) "$(inst_so)" <.y
copy modules\cache\$(LONG)\mod_socache_memcache.$(src_so) "$(inst_so)" <.y
copy modules\cache\$(LONG)\mod_socache_shmcb.$(src_so) "$(inst_so)" <.y
+ copy modules\core\$(LONG)\mod_macro.$(src_so) "$(inst_so)" <.y
copy modules\core\$(LONG)\mod_watchdog.$(src_so) "$(inst_so)" <.y
copy modules\cluster\$(LONG)\mod_heartbeat.$(src_so) "$(inst_so)" <.y
copy modules\cluster\$(LONG)\mod_heartmonitor.$(src_so) "$(inst_so)" <.y