summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.win1
-rw-r--r--NWGNUmakefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 6751d64c9a..539ad18186 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -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 \
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 7c3b5aaa29..6b3db0749b 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -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/)