From: Brian Pane Date: Fri, 12 Apr 2002 03:44:49 +0000 (+0000) Subject: Added support for MPMs that live in subdirectories under server/mpm X-Git-Tag: 2.0.36~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200032589f0ef192a56a74fa9ba3980740128f67;p=thirdparty%2Fapache%2Fhttpd.git Added support for MPMs that live in subdirectories under server/mpm like server/mpm/experimental/* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94615 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/Makefile.in b/server/mpm/Makefile.in index 38d6bd3be7f..2decbde60f4 100644 --- a/server/mpm/Makefile.in +++ b/server/mpm/Makefile.in @@ -1,4 +1,4 @@ -SUBDIRS = $(MPM_NAME) +SUBDIRS = $(MPM_SUBDIR_NAME) include $(top_builddir)/build/rules.mk