From: William A. Rowe Jr Date: Tue, 27 Feb 2018 21:32:19 +0000 (+0000) Subject: Fix missing util_debug.c omitted from CMakeLists.txt X-Git-Tag: 2.5.0-alpha2-ci-test-only~2816 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41753b371ac0146517afaef23e13ff50114ffb96;p=thirdparty%2Fapache%2Fhttpd.git Fix missing util_debug.c omitted from CMakeLists.txt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825504 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 99bed78a8a5..47fe79e4d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -679,6 +679,7 @@ SET(LIBHTTPD_SOURCES server/util.c server/util_cfgtree.c server/util_cookies.c + server/util_debug.c server/util_expr_eval.c server/util_expr_parse.c server/util_fcgi.c