summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2016-03-10 13:37:55 +0000
committerStefan Eissing <icing@apache.org>2016-03-10 13:37:55 +0000
commit624548f96ad916fe486f9b0e629be79ad7699bf0 (patch)
tree92fa3c74c76c59e246de2b279ae11768f4d27aa0 /CMakeLists.txt
parent490a9353e19dd7b98656ee9125bb4ad083dc50fc (diff)
downloadhttpd-624548f96ad916fe486f9b0e629be79ad7699bf0.tar.gz
backported mod_http2 1.4.0 from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1734413 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 898139afd8..8b67d7a0e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -388,7 +388,7 @@ SET(mod_http2_extra_sources
modules/http2/h2_mplx.c modules/http2/h2_push.c
modules/http2/h2_request.c modules/http2/h2_response.c
modules/http2/h2_session.c modules/http2/h2_stream.c
- modules/http2/h2_switch.c
+ modules/http2/h2_switch.c modules/http2/h2_ngn_shed.c
modules/http2/h2_task.c modules/http2/h2_task_input.c
modules/http2/h2_task_output.c modules/http2/h2_int_queue.c
modules/http2/h2_util.c modules/http2/h2_worker.c