From 6ced381a9884326a014e1e6fc6737a9d8a7378af Mon Sep 17 00:00:00 2001 From: Chuck Murcko Date: Tue, 6 Feb 2001 10:46:23 +0000 Subject: update for the latest build system PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87987 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/Makefile.in | 8 +++----- modules/proxy/config.m4 | 9 +++------ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/modules/proxy/Makefile.in b/modules/proxy/Makefile.in index b6a0fc991f..7c5c149d85 100644 --- a/modules/proxy/Makefile.in +++ b/modules/proxy/Makefile.in @@ -1,5 +1,3 @@ - -LTLIBRARY_NAME = libapachemod_proxy.la -LTLIBRARY_SOURCES = mod_proxy.lo proxy_connect.lo proxy_ftp.lo proxy_http.lo proxy_util.lo - -include $(top_srcdir)/build/ltlib.mk +# a modules Makefile has no explicit targets -- they will be defined by +# whatever modules are enabled. just grab special.mk to deal with this. +include $(top_srcdir)/build/special.mk diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 63c6d797fe..bea6a003bf 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -1,12 +1,9 @@ dnl modules enabled in this directory by default -dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]]) - -dnl XXX - Need to add help text to --enable-module flags -dnl XXX - Need to allow --enable-module to fail if optional config fails - APACHE_MODPATH_INIT(proxy) -APACHE_MODULE(proxy, proxy handling, , , no) +proxy_objs="mod_proxy.lo proxy_connect.lo proxy_cache.lo proxy_http.lo proxy_util.lo" + +APACHE_MODULE(proxy, Apache proxy module, $proxy_objs, , no) APACHE_MODPATH_FINISH -- cgit v1.2.1