You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2008/06/12 17:58:09 UTC

svn commit: r667140 - /httpd/httpd/branches/2.2.x/Makefile.win

Author: wrowe
Date: Thu Jun 12 08:58:08 2008
New Revision: 667140

URL: http://svn.apache.org/viewvc?rev=667140&view=rev
Log:
Revert additional headers from 667137, as these are
not propogated by Makefile.in as of 2.2 branch.  If
we desire these, they should be all synced together.

Modified:
    httpd/httpd/branches/2.2.x/Makefile.win

Modified: httpd/httpd/branches/2.2.x/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/Makefile.win?rev=667140&r1=667139&r2=667140&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/Makefile.win (original)
+++ httpd/httpd/branches/2.2.x/Makefile.win Thu Jun 12 08:58:08 2008
@@ -777,10 +777,7 @@
 		modules\loggers\mod_log_config.h \
 		modules\http\mod_core.h \
 		modules\proxy\mod_proxy.h \
-		modules\ssl\mod_ssl.h \
-		modules\mappers\mod_so.h \
-		modules\mappers\mod_rewrite.h \
-		modules\cache\mod_cache.h ) do \
+		modules\ssl\mod_ssl.h ) do \
 	    @copy %f "$(INSTDIR)\include" < .y > nul
 	copy srclib\apr\Lib$(SHORT)\apr-1.lib		"$(INSTDIR)\lib" <.y
 	copy srclib\apr\Lib$(SHORT)\apr-1.pdb		"$(INSTDIR)\lib" <.y