summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2018-02-27 21:32:19 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2018-02-27 21:32:19 +0000
commit41753b371ac0146517afaef23e13ff50114ffb96 (patch)
tree22abac0ea183e18aa6fcf245424546750f04dd5b /CMakeLists.txt
parentef4b9f075b86e3b23c792367f4384b2c6dbe5476 (diff)
downloadhttpd-41753b371ac0146517afaef23e13ff50114ffb96.tar.gz
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 99bed78a8a..47fe79e4d7 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