1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Take a stab in the dark at fixing up the Netware build due to the

addition of ap_{register|lookup}_provider.

Completely and utterly untested, but seems close.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Justin Erenkrantz
2002-09-20 06:12:38 +00:00
parent 797f3afa2b
commit e3455cc837
3 changed files with 1 additions and 3 deletions

View File

@@ -184,7 +184,6 @@ TARGET_lib = \
# Paths must all use the '/' character
#
FILES_nlm_objs = \
$(OBJDIR)/auth_provider.o \
$(OBJDIR)/buildmark.o \
$(OBJDIR)/config.o \
$(OBJDIR)/connection.o \
@@ -220,6 +219,7 @@ FILES_nlm_objs = \
$(OBJDIR)/pcre.o \
$(OBJDIR)/pcreposix.o \
$(OBJDIR)/protocol.o \
$(OBJDIR)/provider.o \
$(OBJDIR)/request.o \
$(OBJDIR)/rfc1413.o \
$(OBJDIR)/scoreboard.o \

View File

@@ -166,7 +166,6 @@ TARGET_lib = \
#
FILES_nlm_objs = \
$(OBJDIR)/mod_auth_basic.o \
$(OBJDIR)/auth_provider.o \
$(EOLIST)
#

View File

@@ -166,7 +166,6 @@ TARGET_lib = \
#
FILES_nlm_objs = \
$(OBJDIR)/mod_auth_digest.o \
$(OBJDIR)/auth_provider.o \
$(EOLIST)
#