]> granicus.if.org Git - apache/commitdiff
at least try to compile all the parts of mod_cache when it is
authorJeff Trawick <trawick@apache.org>
Thu, 23 Aug 2001 19:37:23 +0000 (19:37 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 23 Aug 2001 19:37:23 +0000 (19:37 +0000)
requested

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90576 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/config.m4

index 1ca1b7bba4d08a17a9fd9af7e864527994bcf857..952bcb6531c68777a94d0d7194cd43a1815fca2c 100644 (file)
@@ -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)