From: Bradley Nicholes Date: Mon, 10 Jun 2002 17:24:50 +0000 (+0000) Subject: Fixed up the NetWare make files to include the correct source X-Git-Tag: 2.0.37~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64427cc26bc9f02e12ff57cfdac08d9931d8ebca;p=apache Fixed up the NetWare make files to include the correct source git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95592 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/NWGNUmem_cach b/modules/experimental/NWGNUmem_cach index 04878795af..0697008ea5 100644 --- a/modules/experimental/NWGNUmem_cach +++ b/modules/experimental/NWGNUmem_cach @@ -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) # diff --git a/modules/experimental/NWGNUmod_cach b/modules/experimental/NWGNUmod_cach index 1c1ff45871..7be4d0bb10 100644 --- a/modules/experimental/NWGNUmod_cach +++ b/modules/experimental/NWGNUmod_cach @@ -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) diff --git a/modules/experimental/mod_cache.imp b/modules/experimental/mod_cache.imp index 11b0bce79f..ef3af9878c 100644 --- a/modules/experimental/mod_cache.imp +++ b/modules/experimental/mod_cache.imp @@ -1,21 +1,14 @@ - (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, - cache_hash_set, - cache_hash_this, - cache_hash_first, - cache_hash_make, - cache_hash_get, - cache_hash_next, - cache_hash_count, - cache_hash_free, - + (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 + +