diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-22 03:15:29 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-22 03:15:29 +0200 |
commit | 4144c3b7f7992d36d8bd07aa386e63e9bc86b037 (patch) | |
tree | b72c49558aa10cb4aa10d818c4ead52e8e48c334 /README.cmake | |
parent | Use ap_log_rdata() to dump the FastCGI header, axing a bunch (diff) | |
download | apache2-4144c3b7f7992d36d8bd07aa386e63e9bc86b037.tar.xz apache2-4144c3b7f7992d36d8bd07aa386e63e9bc86b037.zip |
install libhttpd.exp
install mod_foo.lib and mod_foo.exp for modules which APIs
that other modules need to link against (e.g., mod_dav, mod_proxy,
etc.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake index 112d4a7d53..f67f698da6 100644 --- a/README.cmake +++ b/README.cmake @@ -281,8 +281,6 @@ Known Bugs and Limitations * ApacheMonitor has a build error and is disabled * CGI examples aren't installed * dbmmanage.pl and wintty aren't built/installed -* mod_dav.lib and any similar libraries aren't installed, nor are any .exp - files (though I'm not sure that is a problem) * module enablement defaults are not in sync with the autoconf-based build * no support for static support library builds; unclear if that is a requirement; if so: taking PCRE as an example, we'd need to detect that it |