]> granicus.if.org Git - apache/commitdiff
Follow-up to r1422855 for NetWare and Windows.
authorGuenter Knauf <fuankg@apache.org>
Mon, 17 Dec 2012 11:50:30 +0000 (11:50 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 17 Dec 2012 11:50:30 +0000 (11:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422879 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win
NWGNUmakefile

index 6751d64c9a240525bfa89e221bbfa3309ddf71d8..539ad18186d5417a855e5096cb1ae5659bba4d63 100644 (file)
@@ -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 \
index 7c3b5aaa296af02e131af2d16413958e70f505c5..6b3db0749b682cdd1c6552330bf39f7d1693ceed 100644 (file)
@@ -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/)