aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--win/package.tcl1
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b31147d..51cb4cc 100644
--- a/configure.in
+++ b/configure.in
@@ -220,4 +220,4 @@ ZINC_ENABLE_ATC
AC_SUBST(aux_BINARIES)
AC_SUBST(bin_BINARIES)
-AC_OUTPUT([Makefile starkit.tcl Perl/Makefile.PL Perl/Zinc.pm Python/Zinc.py])
+AC_OUTPUT([Makefile starkit.tcl Python/Zinc.py])
diff --git a/win/package.tcl b/win/package.tcl
index 60befd5..7585c01 100644
--- a/win/package.tcl
+++ b/win/package.tcl
@@ -17,7 +17,6 @@ if { $todo eq "subst" || $todo eq "" } {
puts "Performing configuration variables substitution..."
set registredFiles {
- { Perl Makefile.pl } { Perl Zinc.pm }
{ Python Zinc.py }
{ . starkit.tcl }
{ win makefile.vc }