diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-09-13 21:43:22 +0000 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-09-13 21:43:22 +0000 |
commit | ebb7183a7bdce451a9ed22dc9a3c326cbc97d59f (patch) | |
tree | 4982bcb1e9450f340144513987d816f24a039f63 /NWGNUmakefile | |
parent | 870bad0ffaf73a8226dcf7b69d6179a2bdab96d2 (diff) | |
download | httpd-ebb7183a7bdce451a9ed22dc9a3c326cbc97d59f.tar.gz |
Removed access_module, auth_module and added authz_host_module in
order to comply with the new auth module architecture
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96792 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 82d2ce4424..1fe22497c3 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -194,11 +194,10 @@ FILES_nlm_objs = \ $(OBJDIR)/listen.o \ $(OBJDIR)/log.o \ $(OBJDIR)/main.o \ - $(OBJDIR)/mod_access.o \ + $(OBJDIR)/mod_authz_host.o \ $(OBJDIR)/mod_actions.o \ $(OBJDIR)/mod_alias.o \ $(OBJDIR)/mod_asis.o \ - $(OBJDIR)/mod_auth.o \ $(OBJDIR)/mod_autoindex.o \ $(OBJDIR)/mod_cgi.o \ $(OBJDIR)/mod_dir.o \ |