diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2018-02-27 22:32:19 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2018-02-27 22:32:19 +0100 |
commit | 41753b371ac0146517afaef23e13ff50114ffb96 (patch) | |
tree | 22abac0ea183e18aa6fcf245424546750f04dd5b /CMakeLists.txt | |
parent | Fix the version number in the docs to match the real release. (diff) | |
download | apache2-41753b371ac0146517afaef23e13ff50114ffb96.tar.xz apache2-41753b371ac0146517afaef23e13ff50114ffb96.zip |
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.txt | 1 |
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 |