From: William A. Rowe Jr Date: Tue, 27 Feb 2018 21:37:19 +0000 (+0000) Subject: Backport r1825504; fix missing util_debug.c omitted from CMakeLists.txt X-Git-Tag: 2.4.31~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee58fc12704591df0332d8b22282d6b368847146;p=apache Backport r1825504; fix missing util_debug.c omitted from CMakeLists.txt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1825505 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cd8a34d14..a571061ba5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -619,6 +619,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