diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-09-20 08:12:38 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-09-20 08:12:38 +0200 |
commit | e3455cc837355245f59534ffe4dffa3f7867c12b (patch) | |
tree | 0dfbe7d0ab8117f52527ee2ae4ae25b5e8ebd997 /NWGNUmakefile | |
parent | Fix up Win32 build. (diff) | |
download | apache2-e3455cc837355245f59534ffe4dffa3f7867c12b.tar.xz apache2-e3455cc837355245f59534ffe4dffa3f7867c12b.zip |
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index d4a675061d..74f751d17f 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 \ |