From 1333941c7073939870544e0555ccd889382c42e9 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 26 Sep 2013 19:06:05 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72a7a36c8d..d8c1cf0be5 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() -- 2.40.0