You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2002/04/12 05:44:49 UTC

cvs commit: httpd-2.0/server/mpm Makefile.in

brianp      02/04/11 20:44:49

  Modified:    server/mpm Makefile.in
  Log:
  Added support for MPMs that live in subdirectories under server/mpm
  like server/mpm/experimental/*
  
  Revision  Changes    Path
  1.5       +1 -1      httpd-2.0/server/mpm/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	13 Sep 2001 06:49:09 -0000	1.4
  +++ Makefile.in	12 Apr 2002 03:44:49 -0000	1.5
  @@ -1,4 +1,4 @@
   
  -SUBDIRS = $(MPM_NAME)
  +SUBDIRS = $(MPM_SUBDIR_NAME)
   
   include $(top_builddir)/build/rules.mk