summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2019-04-04 10:04:52 +0000
committerStefan Eissing <icing@apache.org>2019-04-04 10:04:52 +0000
commit7dfbe461052e900692dc7799dab4c69aa8dd1147 (patch)
tree5196e662eaf3c7699a9f53ade8bf9f6f115bfa30 /CMakeLists.txt
parentc051a01aed4c091334d1e50c5744e65a2e85945d (diff)
downloadhttpd-7dfbe461052e900692dc7799dab4c69aa8dd1147.tar.gz
Removing no longer existing h2 source file from cmake.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1856910 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 e630d112d0..73bce70f60 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -458,7 +458,7 @@ SET(mod_http2_extra_sources
modules/http2/h2_mplx.c modules/http2/h2_push.c
modules/http2/h2_request.c modules/http2/h2_headers.c
modules/http2/h2_session.c modules/http2/h2_stream.c
- modules/http2/h2_switch.c modules/http2/h2_ngn_shed.c
+ modules/http2/h2_switch.c
modules/http2/h2_task.c modules/http2/h2_util.c
modules/http2/h2_workers.c
)