diff options
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 8cc2eaa22c..526b502551 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_headers.c modules/http2/h2_mplx.c + modules/http2/h2_mplx.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 |