]> granicus.if.org Git - apache/commitdiff
Fixed up the NetWare make files to include the correct source
authorBradley Nicholes <bnicholes@apache.org>
Mon, 10 Jun 2002 17:24:50 +0000 (17:24 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 10 Jun 2002 17:24:50 +0000 (17:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95592 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/NWGNUmem_cach
modules/experimental/NWGNUmod_cach
modules/experimental/mod_cache.imp

index 04878795af70a2ca31b929134d6a9195d501cffc..0697008ea5a7ef265f860e9576109ce8adeb237f 100644 (file)
@@ -179,6 +179,9 @@ TARGET_lib = \
 #
 FILES_nlm_objs = \
        $(OBJDIR)/mod_mem_cache.o \
+       $(OBJDIR)/cache_hash.o \
+       $(OBJDIR)/cache_pqueue.o \
+       $(OBJDIR)/cache_cache.o \
        $(EOLIST)
 
 #
index 1c1ff45871fda34e282dfc6a31f083e93efe8aa2..7be4d0bb10b9f2f37275b71d05041d74c8bcab95 100644 (file)
@@ -179,7 +179,6 @@ TARGET_lib = \
 #
 FILES_nlm_objs = \
        $(OBJDIR)/cache_util.o \
-       $(OBJDIR)/cache_hash.o \
        $(OBJDIR)/cache_storage.o \
        $(OBJDIR)/mod_cache.o \
        $(EOLIST)
index 11b0bce79fee457b91e3ae1d2df9504b60f11e61..ef3af9878c345a735814036678850cb617fbfd1c 100644 (file)
@@ -1,21 +1,14 @@
- (MODCACHE)\r
- ap_cache_request_is_conditional,\r
- ap_cache_reset_output_filters,\r
- ap_cache_get_cachetype,\r
- ap_cache_liststr,\r
- ap_cache_tokstr,\r
- ap_cache_hex2usec,\r
- ap_cache_usec2hex,\r
- generate_name,\r
- cache_hook_create_entity,\r
- cache_hook_open_entity,\r
- cache_hook_remove_url,\r
- cache_hash_set,\r
- cache_hash_this,\r
- cache_hash_first,\r
- cache_hash_make,\r
- cache_hash_get,\r
- cache_hash_next,\r
- cache_hash_count,\r
- cache_hash_free,\r
-\r
+ (MODCACHE)
+ ap_cache_request_is_conditional,
+ ap_cache_reset_output_filters,
+ ap_cache_get_cachetype,
+ ap_cache_liststr,
+ ap_cache_tokstr,
+ ap_cache_hex2usec,
+ ap_cache_usec2hex,
+ generate_name,
+ cache_hook_create_entity,
+ cache_hook_open_entity,
+ cache_hook_remove_url
+
+