]> granicus.if.org Git - apache/commitdiff
add missing piece for command line build
authorGregg Lewis Smith <gsmith@apache.org>
Tue, 15 Sep 2015 18:30:47 +0000 (18:30 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Tue, 15 Sep 2015 18:30:47 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703272 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 78ffd58f275a5235aedf3f816849b926892df874..a953f60fdb2bc68ad4d56279dec718c2d566731c 100644 (file)
@@ -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)