aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Perl/demos/Makefile.PL15
1 files changed, 6 insertions, 9 deletions
diff --git a/Perl/demos/Makefile.PL b/Perl/demos/Makefile.PL
index 5e431b7..9b22bab 100644
--- a/Perl/demos/Makefile.PL
+++ b/Perl/demos/Makefile.PL
@@ -1,10 +1,7 @@
-
-
-use Tk::MMutil;
-Tk::MMutil::TkExtMakefile(
- 'EXE_FILES' => ['zinc-demos'],
- 'linkext' => { LINKTYPE => ''},
-# 'PMLIBDIRS' => [ qw(demos/zinc_pm) ],
+use ExtUtils::MakeMaker;
+WriteMakefile(
+ 'EXE_FILES' => ['zinc-demos'],
+ 'PMLIBDIRS' => [ qw( Tk/demos/zinc_pm Tk/demos/zinc_contrib_lib
+ Tk/demos/zinc_data Tk/demos/zinc_lib ) ],
);
-
-
+