]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
install cache_common.h; add notes on other files that aren't installed
authorJeff Trawick <trawick@apache.org>
Sun, 8 Sep 2013 18:19:23 +0000 (18:19 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 8 Sep 2013 18:19:23 +0000 (18:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520890 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt
README.cmake

index 3b71a53d346002c0ccdc6c2cc5e96f85c913a920..bf189dfba058711b458b58eb828129c6c152f211 100644 (file)
@@ -571,7 +571,8 @@ SET(HTTPD_INCLUDE_DIRECTORIES
 SET(other_installed_h
   ${PROJECT_BINARY_DIR}/ap_config_layout.h
   ${CMAKE_CURRENT_SOURCE_DIR}/os/win32/os.h
-  ${CMAKE_CURRENT_SOURCE_DIR}/modules/cache/mod_cache.h  
+  ${CMAKE_CURRENT_SOURCE_DIR}/modules/cache/mod_cache.h
+  ${CMAKE_CURRENT_SOURCE_DIR}/modules/cache/cache_common.h
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/core/mod_so.h
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/core/mod_watchdog.h
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/database/mod_dbd.h
@@ -586,6 +587,7 @@ SET(other_installed_h
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/session/mod_session.h
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/ssl/mod_ssl.h
 )
+# When mod_serf is buildable, don't forget to copy modules/proxy/mod_serf.h
 
 INCLUDE_DIRECTORIES(${HTTPD_INCLUDE_DIRECTORIES})
 
index 55c95528c32a3c0eb59e968eb79e1779de9a709b..480fcd6e1e9cfeadca9570d544add0d9cf3f2409 100644 (file)
@@ -198,6 +198,9 @@ Known Bugs and Limitations
 * buildmark.c isn't necessarily rebuilt when httpd.exe is regenerated
 * ApacheMonitor has a build error and is disabled
 * CGI examples aren't installed
+* dbmmanage.pl, httxt2dbm, wintty aren't built/installed
+* mod_dav.lib and anything else isn't installed, nor are any .exp files (though
+  I don't know what would use them)
 * module enablement defaults are not in sync with the autoconf-based build
 * no support for static PCRE builds (need to detect then turn on PCRE_STATIC)
 * module base addresses aren't set