summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2015-09-15 18:30:47 +0000
committerGregg Lewis Smith <gsmith@apache.org>2015-09-15 18:30:47 +0000
commitb1437d924ea569edd009c2bc1bd6bc48f0bbb88d (patch)
treea77af3f993f80633aa24f967e4a1003608523b1f /Makefile.win
parentbf91d25a68b1ab010c05774225aa57b201b886f0 (diff)
downloadhttpd-b1437d924ea569edd009c2bc1bd6bc48f0bbb88d.tar.gz
add missing piece for command line build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703272 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 78ffd58f27..a953f60fdb 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -537,6 +537,11 @@ _build:
cd modules\http
$(MAKE) $(MAKEOPT) -f mod_mime.mak CFG="mod_mime - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
+!IF EXIST("srclib\nghttp2")
+ cd modules\http2
+ $(MAKE) $(MAKEOPT) -f mod_h2.mak CFG="mod_h2 - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ cd ..\..
+!ENDIF
cd modules\loggers
$(MAKE) $(MAKEOPT) -f mod_log_config.mak CFG="mod_log_config - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_log_debug.mak CFG="mod_log_debug - Win32 $(LONG)" RECURSE=0 $(CTARGET)