summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-09-16 21:22:25 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-09-16 21:22:25 +0000
commit69fc13bafad23c1c835bf30e576da1ce33bb8297 (patch)
tree523b5fe9485ef3cc6750cbba2bbefbbf98493961 /NWGNUmakefile
parenta8b297b078ff83856c8956a03677b30e280745fd (diff)
downloadhttpd-69fc13bafad23c1c835bf30e576da1ce33bb8297.tar.gz
Moving the auth_provider APIs into the core binary to avoid a chicken and
egg problem when loading the auth modules vs the providers. (Can't load the auth module until the provider has registered. Can't register the provider until the auth module is loaded and APIs are available.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 1fe22497c3..d4a675061d 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -32,6 +32,7 @@ XINCDIRS += \
$(AP_WORK)/srclib/include/arch/NetWare \
$(AP_WORK)/srclib/apr-util/include \
$(AP_WORK)/include \
+ $(AP_WORK)/modules/aaa/ \
$(AP_WORK)/modules/filters/ \
$(AP_WORK)/modules/generators/ \
$(AP_WORK)/modules/http/ \
@@ -183,6 +184,7 @@ TARGET_lib = \
# Paths must all use the '/' character
#
FILES_nlm_objs = \
+ $(OBJDIR)/auth_provider.o \
$(OBJDIR)/buildmark.o \
$(OBJDIR)/config.o \
$(OBJDIR)/connection.o \