From: Stefan Eissing Date: Thu, 4 Apr 2019 10:04:52 +0000 (+0000) Subject: Removing no longer existing h2 source file from cmake. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2075 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfbe461052e900692dc7799dab4c69aa8dd1147;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e630d112d0f..73bce70f605 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 )