]> granicus.if.org Git - apache/commitdiff
Follow-up to r1422880 for NetWare and Windows.
authorGuenter Knauf <fuankg@apache.org>
Mon, 17 Dec 2012 12:01:51 +0000 (12:01 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 17 Dec 2012 12:01:51 +0000 (12:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422886 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win
NWGNUmakefile

index 92d1cc6b820b2109b107fe29f4cdc080daa9624b..3437bcd313ee6e617562a0f9a12f1b567cab6970 100644 (file)
@@ -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 \
index 2e6ca12c58cd9d011289d50929c8adb7e479d57c..a3a2a50a8bb9a9443bb00eeaa704248e7001c23a 100644 (file)
@@ -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/)