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
$(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/ \
# Paths must all use the '/' character
#
FILES_nlm_objs = \
+ $(OBJDIR)/auth_provider.o \
$(OBJDIR)/buildmark.o \
$(OBJDIR)/config.o \
$(OBJDIR)/connection.o \
@echo -DCORE_PRIVATE >> $@
@echo -I..\include >> $@
@echo -I..\modules\http >> $@
+ @echo -I..\modules\aaa >> $@
@echo -I..\os\netware >> $@
@echo -I..\server\mpm\netware >> $@
@echo -I..\srclib\apr\include >> $@
#include "util_xml.h"
#include "mod_core.h"
+#include "mod_auth.h"
copy ..\srclib\pcre\pcre.hw ..\srclib\pcre\pcre.h
@echo Generating the import lists...
-set MWCIncludes=..\include;..\modules\http;..\os\netware;..\server\mpm\netware;..\srclib\apr\include;..\srclib\apr-util\include;+%NovellLibC%
+set MWCIncludes=..\include;..\modules\http;..\modules\aaa;..\os\netware;..\server\mpm\netware;..\srclib\apr\include;..\srclib\apr-util\include;+%NovellLibC%
mwccnlm -P nw_export.inc -d NETWARE -d CORE_PRIVATE -EP
awk -f make_nw_export.awk nw_export.i |sort >..\os\netware\httpd.imp
#
FILES_nlm_exports = \
auth_basic_module \
- authn_register_provider \
- authn_lookup_provider \
- authz_register_provider \
- authz_lookup_provider \
$(EOLIST)
#
#
FILES_nlm_exports = \
auth_digest_module \
- authn_register_provider \
- authn_lookup_provider \
- authz_register_provider \
- authz_lookup_provider \
$(EOLIST)
#