From: Bradley Nicholes Date: Fri, 20 Sep 2002 16:23:38 +0000 (+0000) Subject: Clean up some left over garbage in the NetWare make files after moving the X-Git-Tag: WROWE_2_0_43_PRE1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcec8541b5ce264168877cec815b8b6db106cd4c;p=thirdparty%2Fapache%2Fhttpd.git Clean up some left over garbage in the NetWare make files after moving the provider API's into the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96931 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 74f751d17fe..025bd9e201e 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -32,7 +32,6 @@ 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/ \ diff --git a/modules/aaa/NWGNUauthndbm b/modules/aaa/NWGNUauthndbm index ca8bbfd122a..69eccdc478f 100644 --- a/modules/aaa/NWGNUauthndbm +++ b/modules/aaa/NWGNUauthndbm @@ -206,7 +206,6 @@ FILES_nlm_Ximports = \ @$(APR)/aprlib.imp \ @$(NWOS)/httpd.imp \ @libc.imp \ - authn_register_provider \ $(EOLIST) # diff --git a/modules/aaa/NWGNUauthnfil b/modules/aaa/NWGNUauthnfil index cbeb8b47719..045ed4a3118 100644 --- a/modules/aaa/NWGNUauthnfil +++ b/modules/aaa/NWGNUauthnfil @@ -207,7 +207,6 @@ FILES_nlm_Ximports = \ @$(APR)/aprlib.imp \ @$(NWOS)/httpd.imp \ @libc.imp \ - authn_register_provider \ $(EOLIST) # diff --git a/modules/arch/netware/mod_authn_dbm.def b/modules/arch/netware/mod_authn_dbm.def index 16c6b32176a..7a242b03171 100644 --- a/modules/arch/netware/mod_authn_dbm.def +++ b/modules/arch/netware/mod_authn_dbm.def @@ -1,2 +1,2 @@ EXPORT authn_dbm_module -IMPORT authn_register_provider + diff --git a/modules/arch/netware/mod_authn_file.def b/modules/arch/netware/mod_authn_file.def index 8aac8206d1b..fd0765a10b2 100644 --- a/modules/arch/netware/mod_authn_file.def +++ b/modules/arch/netware/mod_authn_file.def @@ -1,3 +1,3 @@ EXPORT authn_file_module -IMPORT authn_register_provider +