From: Jeff Trawick Date: Thu, 26 Sep 2013 19:06:05 +0000 (+0000) Subject: util_fcgi.c now in 2.4.x branch too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2f735fc9ebaad65a3a539cd83d555c4d382ab7e;p=thirdparty%2Fapache%2Fhttpd.git util_fcgi.c now in 2.4.x branch too git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1526643 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 72a7a36c8d3..d8c1cf0be51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -551,6 +551,7 @@ SET(LIBHTTPD_SOURCES server/util_cookies.c server/util_expr_eval.c server/util_expr_parse.c + server/util_fcgi.c server/util_expr_scan.c server/util_filter.c server/util_md5.c @@ -578,7 +579,6 @@ IF(NOT ${minorversion} STREQUAL "4") server/apreq_parser_multipart.c server/apreq_parser_urlencoded.c server/apreq_util.c - server/util_fcgi.c ) ENDIF()