]> granicus.if.org Git - apache/commitdiff
Take a stab in the dark at fixing up the Netware build due to the
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 20 Sep 2002 06:12:38 +0000 (06:12 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 20 Sep 2002 06:12:38 +0000 (06:12 +0000)
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

NWGNUmakefile
modules/aaa/NWGNUauthbasc
modules/aaa/NWGNUauthdigt

index d4a675061d59eef4ef6dc08ad19f1ee350cafd8d..74f751d17fe3e92a3300e66857e39d5ac7099ce9 100644 (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 \
index 3b495c7cefded45c440d2707192c6e53b4c832e1..1e5f9a609a501fa59c9697bab9342636e1209a66 100644 (file)
@@ -166,7 +166,6 @@ TARGET_lib = \
 #
 FILES_nlm_objs = \
        $(OBJDIR)/mod_auth_basic.o \
-       $(OBJDIR)/auth_provider.o \
        $(EOLIST)
 
 #
index 4c7d00b5f711e21b54190eaf80ec08628a2c8b6b..e3803f6463274ae9a07157c61fb89e6496fc4683 100644 (file)
@@ -166,7 +166,6 @@ TARGET_lib = \
 #
 FILES_nlm_objs = \
        $(OBJDIR)/mod_auth_digest.o \
-       $(OBJDIR)/auth_provider.o \
        $(EOLIST)
 
 #