diff options
author | Ruediger Pluem <rpluem@apache.org> | 2018-07-25 10:54:50 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2018-07-25 10:54:50 +0200 |
commit | 93ca23614284edfc1be734d7c38ad01d7df422e5 (patch) | |
tree | 24e598834394c0314c1d2d813d5f4409dc97bc96 /Makefile.win | |
parent | * ap_proxy_balancer_get_best_worker cannot be exported and used as an optional (diff) | |
download | apache2-93ca23614284edfc1be734d7c38ad01d7df422e5.tar.xz apache2-93ca23614284edfc1be734d7c38ad01d7df422e5.zip |
* Forward port r1832855 missing in trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836613 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win index 1c3f5f0409..ace210287c 100644 --- a/Makefile.win +++ b/Makefile.win @@ -1070,6 +1070,7 @@ _install: modules\filters\mod_include.h \ modules\generators\mod_cgi.h \ modules\generators\mod_status.h \ + modules\http2\mod_http2.h \ modules\loggers\mod_log_config.h \ modules\mappers\mod_rewrite.h \ modules\proxy\mod_proxy.h \ |