summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-11-30 17:49:37 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-11-30 17:49:37 +0000
commitdade2462f04c341cd9f35099d9150a7ec3399189 (patch)
tree650d9f96ffe79fd62b2557eb619bfbd490d38ac2 /NWGNUmakefile
parentcf62bb68d3aecf296c731bf8b9548caf2011726a (diff)
downloadhttpd-dade2462f04c341cd9f35099d9150a7ec3399189.tar.gz
Back out provider.c from aaa 2.1 overhaul, for the time being.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97686 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 2ce651eebe..82d2ce4424 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -119,7 +119,7 @@ NLM_NAME = Apache2
# This is used by the link '-desc ' directive.
# If left blank, NLM_NAME will be used.
#
-NLM_DESCRIPTION = Apache Web Server $(VERSION_STR)
+NLM_DESCRIPTION = Apache Web Server
#
# This is used by the '-threadname' directive. If left blank,
@@ -194,10 +194,11 @@ FILES_nlm_objs = \
$(OBJDIR)/listen.o \
$(OBJDIR)/log.o \
$(OBJDIR)/main.o \
- $(OBJDIR)/mod_authz_host.o \
+ $(OBJDIR)/mod_access.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 \
@@ -218,7 +219,6 @@ FILES_nlm_objs = \
$(OBJDIR)/pcre.o \
$(OBJDIR)/pcreposix.o \
$(OBJDIR)/protocol.o \
- $(OBJDIR)/provider.o \
$(OBJDIR)/request.o \
$(OBJDIR)/rfc1413.o \
$(OBJDIR)/scoreboard.o \