You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/03/24 21:31:52 UTC

svn commit: r758002 - /httpd/httpd/trunk/Makefile.in

Author: trawick
Date: Tue Mar 24 20:31:51 2009
New Revision: 758002

URL: http://svn.apache.org/viewvc?rev=758002&view=rev
Log:
MPM header files are private; don't install them

Modified:
    httpd/httpd/trunk/Makefile.in

Modified: httpd/httpd/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.in?rev=758002&r1=758001&r2=758002&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.in (original)
+++ httpd/httpd/trunk/Makefile.in Tue Mar 24 20:31:51 2009
@@ -181,7 +181,6 @@
 	include/*.h \
 	$(srcdir)/include/*.h \
 	$(srcdir)/os/$(OS_DIR)/os.h \
-	$(srcdir)/server/mpm/$(MPM_SUBDIR_NAME)/*.h \
 	$(srcdir)/modules/database/mod_dbd.h \
 	$(srcdir)/modules/dav/main/mod_dav.h \
 	$(srcdir)/modules/filters/mod_include.h \