summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-09-27 13:21:21 +0000
committerStefan Eissing <icing@apache.org>2022-09-27 13:21:21 +0000
commitcc77f5422836704c22f2a8eb311c95eda6ca4b10 (patch)
treec075155826aaecc7a870d3dae6da84be349a2c05 /CMakeLists.txt
parentde0c470981ba60a2ba4d81aa3fb97ebdb91056ec (diff)
downloadhttpd-cc77f5422836704c22f2a8eb311c95eda6ca4b10.tar.gz
*) 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.txt2
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