]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix missing util_debug.c omitted from CMakeLists.txt
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 27 Feb 2018 21:32:19 +0000 (21:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 27 Feb 2018 21:32:19 +0000 (21:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825504 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt

index 99bed78a8a5248be0a761123b9ba28ee84c4909a..47fe79e4d7581ba9634b73445896f6d3216c02a7 100644 (file)
@@ -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