From: Jeff Trawick Date: Thu, 23 Aug 2001 19:37:23 +0000 (+0000) Subject: at least try to compile all the parts of mod_cache when it is X-Git-Tag: 2.0.25~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c46762e10ccc41825bbdcba62720ba9349219a09;p=apache at least try to compile all the parts of mod_cache when it is requested git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90576 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index 1ca1b7bba4..952bcb6531 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -2,7 +2,13 @@ APACHE_MODPATH_INIT(experimental) APACHE_MODULE(charset_lite, character set translation, , , no) -APACHE_MODULE(cache, dynamic file caching, , , no) +dnl # list of object files for mod_cache +cache_objs="dnl +mod_cache.lo dnl +cache_storage.lo dnl +cache_util.lo dnl +" +APACHE_MODULE(cache, dynamic file caching, $cache_objs, , no) APACHE_MODULE(disk_cache, disk caching module, , , no) APACHE_MODULE(example, example and demo module, , , no) APACHE_MODULE(ext_filter, external filter module, , , no)