diff options
author | Stefan Eissing <icing@apache.org> | 2016-02-01 14:30:32 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2016-02-01 14:30:32 +0100 |
commit | 8b8f8fd0624e86820a058d7a4bdcf95b7ead847a (patch) | |
tree | cf3a7c4602cae128366f9e9723178da897a1cead /Makefile.in | |
parent | mod_heartmonitor: No need to search twice for the same value + fix some style (diff) | |
download | apache2-8b8f8fd0624e86820a058d7a4bdcf95b7ead847a.tar.xz apache2-8b8f8fd0624e86820a058d7a4bdcf95b7ead847a.zip |
exporting mod_http2.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 807002d039..29f1ab718b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -223,6 +223,7 @@ INSTALL_HEADERS = \ $(srcdir)/modules/cache/cache_common.h \ $(srcdir)/modules/database/mod_dbd.h \ $(srcdir)/modules/dav/main/mod_dav.h \ + $(srcdir)/modules/http2/mod_http2.h \ $(srcdir)/modules/filters/mod_include.h \ $(srcdir)/modules/filters/mod_xml2enc.h \ $(srcdir)/modules/generators/mod_cgi.h \ |