]> granicus.if.org Git - apache/commitdiff
modules/md/mod_md.h is now a new public API
authorRainer Jung <rjung@apache.org>
Mon, 9 Apr 2018 07:23:57 +0000 (07:23 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 9 Apr 2018 07:23:57 +0000 (07:23 +0000)
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

CMakeLists.txt

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