]> git.sesse.net Git - itkacl/blobdiff - perl-itkacl-2.0/Makefile.PL
Use the new library context system in the Perl module.
[itkacl] / perl-itkacl-2.0 / Makefile.PL
diff --git a/perl-itkacl-2.0/Makefile.PL b/perl-itkacl-2.0/Makefile.PL
deleted file mode 100644 (file)
index 684530b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-       NAME => 'itkacl',
-       VERSION => '2.0',
-       LIBS => '-litkacl',
-       OBJECT => 'itkacl_wrap.o',
-);