config_sh.PL need to scan dist/ as well as cpan/ and ext/
Nicholas Clark [Mon, 28 Sep 2009 09:48:11 +0000 (10:48 +0100)]
win32/config_sh.PL

index 699cd7d..325ae80 100644 (file)
@@ -43,6 +43,7 @@ while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) {
 }
 
 FindExt::scan_ext("../cpan");
+FindExt::scan_ext("../dist");
 FindExt::scan_ext("../ext");
 FindExt::set_static_extensions(split ' ', $opt{'static_ext'});