diff options
author | Stefan Eissing <icing@apache.org> | 2022-09-27 15:21:21 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-09-27 15:21:21 +0200 |
commit | cc77f5422836704c22f2a8eb311c95eda6ca4b10 (patch) | |
tree | c075155826aaecc7a870d3dae6da84be349a2c05 /CMakeLists.txt | |
parent | *) mod_http2: use proper apr_time_t where it is due, no (int) casting. (diff) | |
download | apache2-cc77f5422836704c22f2a8eb311c95eda6ca4b10.tar.xz apache2-cc77f5422836704c22f2a8eb311c95eda6ca4b10.zip |
*) mod_http2: synchronization with github sources.
Building in trunk and against 2.4.x is now supported
via AP_HAS_RESPONSE_BUCKETS defines.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cfbeb8ce03..2a16c71d1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -473,7 +473,7 @@ SET(mod_http2_extra_sources modules/http2/h2_c1.c modules/http2/h2_c1_io.c modules/http2/h2_c2.c modules/http2/h2_c2_filter.c modules/http2/h2_config.c modules/http2/h2_conn_ctx.c - modules/http2/h2_mplx.c + modules/http2/h2_mplx.c modules/http2/h2_headers.c modules/http2/h2_protocol.c modules/http2/h2_push.c modules/http2/h2_request.c modules/http2/h2_session.c modules/http2/h2_stream.c modules/http2/h2_switch.c |