]> granicus.if.org Git - apache/commitdiff
util_fcgi.c now in 2.4.x branch too
authorJeff Trawick <trawick@apache.org>
Thu, 26 Sep 2013 19:06:05 +0000 (19:06 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Sep 2013 19:06:05 +0000 (19:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1526643 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt

index 72a7a36c8d3a82bc63005bf2f9780771e78bc991..d8c1cf0be51962ccbfc2f76f7124292c9b68b579 100644 (file)
@@ -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()