From: Bradley Nicholes Date: Thu, 6 Feb 2003 19:15:29 +0000 (+0000) Subject: Fix up load dependancies to avoid LoadModule ordering X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c89e1cbc741602aa85330614cf31682f69ffca67;p=thirdparty%2Fapache%2Fhttpd.git Fix up load dependancies to avoid LoadModule ordering git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98585 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/NWGNUmakefile b/modules/dav/fs/NWGNUmakefile index 9fb38ea2658..94a274f2f4e 100644 --- a/modules/dav/fs/NWGNUmakefile +++ b/modules/dav/fs/NWGNUmakefile @@ -195,6 +195,7 @@ FILES_nlm_libs = \ FILES_nlm_modules = \ Apache2 \ Libc \ + mod_dav \ $(EOLIST) # diff --git a/modules/dav/lock/NWGNUmakefile b/modules/dav/lock/NWGNUmakefile index 8628cecc886..1386127c0a1 100644 --- a/modules/dav/lock/NWGNUmakefile +++ b/modules/dav/lock/NWGNUmakefile @@ -192,6 +192,7 @@ FILES_nlm_libs = \ FILES_nlm_modules = \ Apache2 \ Libc \ + mod_dav \ $(EOLIST) # diff --git a/modules/experimental/NWGNUauthldap b/modules/experimental/NWGNUauthldap index 579d87d57a2..e835c114c12 100644 --- a/modules/experimental/NWGNUauthldap +++ b/modules/experimental/NWGNUauthldap @@ -185,6 +185,7 @@ FILES_nlm_modules = \ lldapsdk \ lldapssl \ lldapx \ + utilldap \ $(EOLIST) # diff --git a/modules/experimental/NWGNUdsk_cach b/modules/experimental/NWGNUdsk_cach index 212b680558f..6780d123905 100644 --- a/modules/experimental/NWGNUdsk_cach +++ b/modules/experimental/NWGNUdsk_cach @@ -195,6 +195,7 @@ FILES_nlm_libs = \ FILES_nlm_modules = \ Apache2 \ Libc \ + mod_cach \ $(EOLIST) # diff --git a/modules/experimental/NWGNUmem_cach b/modules/experimental/NWGNUmem_cach index dbd1506cc2f..6d83d8ae69a 100644 --- a/modules/experimental/NWGNUmem_cach +++ b/modules/experimental/NWGNUmem_cach @@ -199,6 +199,7 @@ FILES_nlm_libs = \ FILES_nlm_modules = \ Apache2 \ Libc \ + mod_cach \ $(EOLIST) # diff --git a/modules/proxy/NWGNUproxycon b/modules/proxy/NWGNUproxycon index e7ef9c94849..241ca3ffdc5 100644 --- a/modules/proxy/NWGNUproxycon +++ b/modules/proxy/NWGNUproxycon @@ -185,6 +185,7 @@ FILES_nlm_libs = \ FILES_nlm_modules = \ aprlib \ libc \ + proxy \ $(EOLIST) # diff --git a/modules/proxy/NWGNUproxyftp b/modules/proxy/NWGNUproxyftp index 9125404f0e2..4c7d9471971 100644 --- a/modules/proxy/NWGNUproxyftp +++ b/modules/proxy/NWGNUproxyftp @@ -186,6 +186,7 @@ FILES_nlm_libs = \ FILES_nlm_modules = \ aprlib \ libc \ + proxy \ $(EOLIST) # diff --git a/modules/proxy/NWGNUproxyhtp b/modules/proxy/NWGNUproxyhtp index 00682282c26..ac761232adc 100644 --- a/modules/proxy/NWGNUproxyhtp +++ b/modules/proxy/NWGNUproxyhtp @@ -186,6 +186,7 @@ FILES_nlm_libs = \ FILES_nlm_modules = \ aprlib \ libc \ + proxy \ $(EOLIST) #