From: Rainer Jung Date: Mon, 9 Apr 2018 07:23:57 +0000 (+0000) Subject: modules/md/mod_md.h is now a new public API X-Git-Tag: 2.5.0-alpha2-ci-test-only~2709 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f11950dc9d024217314a3a9b9a5d897a292426f;p=thirdparty%2Fapache%2Fhttpd.git modules/md/mod_md.h is now a new public API also used by other modules (currently mod_ssl), so it must be in the include path. It was missing for cmake builds. Note that this change does not yet enable building mod_md itself using cmake. That part is still missing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828669 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 47fe79e4d75..34db575bb98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -709,6 +709,7 @@ SET(HTTPD_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_SOURCE_DIR}/modules/dav/main ${CMAKE_CURRENT_SOURCE_DIR}/modules/filters ${CMAKE_CURRENT_SOURCE_DIR}/modules/generators + ${CMAKE_CURRENT_SOURCE_DIR}/modules/md ${CMAKE_CURRENT_SOURCE_DIR}/modules/proxy ${CMAKE_CURRENT_SOURCE_DIR}/modules/session ${CMAKE_CURRENT_SOURCE_DIR}/modules/ssl