summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/Makefile1
-rw-r--r--win32/makefile.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 50856288a0..996161d76b 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -626,6 +626,7 @@ CORE_NOCFG_H = \
..\perly.h \
..\pp.h \
..\proto.h \
+ ..\regcomp.h \
..\regexp.h \
..\scope.h \
..\sv.h \
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 0a11611bab..137abe9762 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -788,6 +788,7 @@ CORE_NOCFG_H = \
..\perly.h \
..\pp.h \
..\proto.h \
+ ..\regcomp.h \
..\regexp.h \
..\scope.h \
..\sv.h \