From: Guenter Knauf Date: Mon, 17 Dec 2012 12:01:51 +0000 (+0000) Subject: Follow-up to r1422880 for NetWare and Windows. X-Git-Tag: 2.4.4~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e20db5a7a477d8424427c5e0f5f502fd34fbce8;p=apache Follow-up to r1422880 for NetWare and Windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422886 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 92d1cc6b82..3437bcd313 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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 \ diff --git a/NWGNUmakefile b/NWGNUmakefile index 2e6ca12c58..a3a2a50a8b 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -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/)