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 12:50:31 UTC

svn commit: r1422879 - in /httpd/httpd/trunk: Makefile.win NWGNUmakefile

Author: fuankg
Date: Mon Dec 17 11:50:30 2012
New Revision: 1422879

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

Modified:
    httpd/httpd/trunk/Makefile.win
    httpd/httpd/trunk/NWGNUmakefile

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=1422879&r1=1422878&r2=1422879&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Mon Dec 17 11:50:30 2012
@@ -1066,6 +1066,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/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/NWGNUmakefile?rev=1422879&r1=1422878&r2=1422879&view=diff
==============================================================================
--- httpd/httpd/trunk/NWGNUmakefile (original)
+++ httpd/httpd/trunk/NWGNUmakefile Mon Dec 17 11:50:30 2012
@@ -438,6 +438,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/)