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
${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})
* 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