From: Jim Jagielski Date: Fri, 12 Dec 2008 16:31:15 +0000 (+0000) Subject: Treat proxy/balancers normally and independently... X-Git-Tag: 2.3.1~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f1ff371d78377344483a17ce3d0961d39c4b280;p=apache Treat proxy/balancers normally and independently... also, allow nice pretty Making all in proxy ... Making all in proxy/balancers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726068 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/Makefile.in b/modules/proxy/Makefile.in index ab92e713a7..6ea6775b53 100644 --- a/modules/proxy/Makefile.in +++ b/modules/proxy/Makefile.in @@ -1,4 +1,4 @@ # a modules Makefile has no explicit targets -- they will be defined by # whatever modules are enabled. just grab special.mk to deal with this. -SUBDIRS = balancers +#SUBDIRS = balancers include $(top_srcdir)/build/special.mk