You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2012/12/17 13:01:53 UTC

svn commit: r1422886 - in /httpd/httpd/branches/2.4.x: Makefile.win NWGNUmakefile

Author: fuankg
Date: Mon Dec 17 12:01:51 2012
New Revision: 1422886

URL: http://svn.apache.org/viewvc?rev=1422886&view=rev
Log:
Follow-up to r1422880 for NetWare and Windows.

Modified:
    httpd/httpd/branches/2.4.x/Makefile.win
    httpd/httpd/branches/2.4.x/NWGNUmakefile

Modified: httpd/httpd/branches/2.4.x/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/Makefile.win?rev=1422886&r1=1422885&r2=1422886&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/Makefile.win (original)
+++ httpd/httpd/branches/2.4.x/Makefile.win Mon Dec 17 12:01:51 2012
@@ -1031,6 +1031,7 @@ BEGIN {
 		include\*.h \
 		os\win32\os.h \
 		modules\cache\mod_cache.h \
+		modules\cache\cache_common.h \
 		modules\core\mod_so.h \
 		modules\core\mod_watchdog.h \
 		modules\database\mod_dbd.h \

Modified: httpd/httpd/branches/2.4.x/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/NWGNUmakefile?rev=1422886&r1=1422885&r2=1422886&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.4.x/NWGNUmakefile Mon Dec 17 12:01:51 2012
@@ -434,6 +434,7 @@ installdev :: FORCE
 	$(call COPY,$(STDMOD)/core/mod_so.h,                           $(INSTALLBASE)/include/)
 	$(call COPY,$(STDMOD)/core/mod_watchdog.h,                     $(INSTALLBASE)/include/)
 	$(call COPY,$(STDMOD)/cache/mod_cache.h,                       $(INSTALLBASE)/include/)
+	$(call COPY,$(STDMOD)/cache/cache_common.h,                    $(INSTALLBASE)/include/)
 	$(call COPY,$(STDMOD)/database/mod_dbd.h,                      $(INSTALLBASE)/include/)
 	$(call COPY,$(STDMOD)/dav/main/mod_dav.h,                      $(INSTALLBASE)/include/)
 	$(call COPY,$(STDMOD)/filters/mod_include.h,                   $(INSTALLBASE)/include/)