Commit d62fad80 authored by Chuck Murcko's avatar Chuck Murcko
Browse files

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
parent ecb4be11
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line

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
+3 −6
Original line number Diff line number Diff line
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