From: Justin Erenkrantz Date: Fri, 20 Sep 2002 06:12:38 +0000 (+0000) Subject: Take a stab in the dark at fixing up the Netware build due to the X-Git-Tag: WROWE_2_0_43_PRE1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3455cc837355245f59534ffe4dffa3f7867c12b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index d4a675061d5..74f751d17fe 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -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 \ diff --git a/modules/aaa/NWGNUauthbasc b/modules/aaa/NWGNUauthbasc index 3b495c7cefd..1e5f9a609a5 100644 --- a/modules/aaa/NWGNUauthbasc +++ b/modules/aaa/NWGNUauthbasc @@ -166,7 +166,6 @@ TARGET_lib = \ # FILES_nlm_objs = \ $(OBJDIR)/mod_auth_basic.o \ - $(OBJDIR)/auth_provider.o \ $(EOLIST) # diff --git a/modules/aaa/NWGNUauthdigt b/modules/aaa/NWGNUauthdigt index 4c7d00b5f71..e3803f64632 100644 --- a/modules/aaa/NWGNUauthdigt +++ b/modules/aaa/NWGNUauthdigt @@ -166,7 +166,6 @@ TARGET_lib = \ # FILES_nlm_objs = \ $(OBJDIR)/mod_auth_digest.o \ - $(OBJDIR)/auth_provider.o \ $(EOLIST) #