summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_ext.pl b/make_ext.pl
index 752fedd140..7783688e00 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -12,7 +12,7 @@ use Cwd;
# allow miniperl to build everything else.
my @toolchain = qw(ext/constant/lib ext/ExtUtils-Command/lib
- ext/ExtUtils-Install/lib
+ ext/ExtUtils-Install/lib ext/ExtUtils-Manifest/lib
ext/Text-ParseWords/lib);
# This script acts as a simple interface for building extensions.