summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
-rw-r--r--win32/makefile.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 9f2f5fdd51..12e83bf1a4 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -457,6 +457,7 @@ UTILS = \
..\utils\h2xs \
..\utils\perldoc \
..\utils\perlcc \
+ ..\utils\libnetcfg \
..\pod\checkpods \
..\pod\pod2html \
..\pod\pod2latex \
@@ -467,6 +468,7 @@ UTILS = \
..\pod\podselect \
..\x2p\find2perl \
..\x2p\s2p \
+ ..\lib\ExtUtils\xsubpp \
bin\exetype.pl \
bin\runperl.pl \
bin\pl2bat.pl \
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 7a30552ad3..0aa48355f7 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -593,6 +593,7 @@ UTILS = \
..\utils\h2xs \
..\utils\perldoc \
..\utils\perlcc \
+ ..\utils\libnetcfg \
..\pod\checkpods \
..\pod\pod2html \
..\pod\pod2latex \
@@ -603,6 +604,7 @@ UTILS = \
..\pod\podselect \
..\x2p\find2perl \
..\x2p\s2p \
+ ..\lib\ExtUtils\xsubpp \
bin\exetype.pl \
bin\runperl.pl \
bin\pl2bat.pl \