diff options
author | Chris Darroch <chrisd@apache.org> | 2008-11-02 04:21:48 +0000 |
---|---|---|
committer | Chris Darroch <chrisd@apache.org> | 2008-11-02 04:21:48 +0000 |
commit | cf4e94f55e8a6434fee0fee2a8ee09beaf273591 (patch) | |
tree | d3d9e5a323e197fa3bd1787a8c9d498e2b3097db /NWGNUmakefile | |
parent | fa0fdfa2fca6dd63cd787106b209b1415c8eb1b8 (diff) | |
download | httpd-cf4e94f55e8a6434fee0fee2a8ee09beaf273591.tar.gz |
Remove mod_authn_default and mod_authz_default.
Note: I've attempted to work through the Windows and Netware build files,
but if those with such systems could repair any damage, that would be
appreciated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index e87c7b136f..bdc9a6c08e 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -211,9 +211,7 @@ FILES_nlm_objs = \ $(OBJDIR)/log.o \ $(OBJDIR)/main.o \ $(OBJDIR)/mod_authn_core.o \ - $(OBJDIR)/mod_authn_default.o \ $(OBJDIR)/mod_authz_core.o \ - $(OBJDIR)/mod_authz_default.o \ $(OBJDIR)/mod_authz_host.o \ $(OBJDIR)/mod_alias.o \ $(OBJDIR)/mod_dir.o \ |