X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-perl/blobdiff_plain/68e68e18c457d31c1c61bc08dd14a56e7e7ac21e..a1a90aaf554eb974e39e34b513747eb666180776:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index 311a9f7..88318e2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ # -*-perl-*- # -# $Id: Makefile.PL,v 1.2 2004/04/08 01:36:21 mdw Exp $ +# $Id$ # # Makefile for Catacomb/Perl # @@ -35,13 +35,14 @@ WriteMakefile(NAME => "Catacomb", XS => { "catacomb.xs" => "catacomb.c" }, OBJECT => join(" ", grep { s/$/$Config{_o}/ } @{[qw(algs mpstuff catacomb algstuff - pgproc utils)]}), + keystuff pgproc utils)]}), CONFIGURE => \&configure, PL_FILES => { 'algs.PL' => 'algs.c' }, depend => { '$(MAKEFILE)' => '$(VERSION_FROM)', 'catacomb.c' => join(" ", grep { s/$/.xs/ } - @{[qw(catacomb algorithms mp misc pgen)]}) + @{[qw(catacomb algorithms mp field ec + gf misc pgen key)]}) }, VERSION_FROM => "Catacomb.pm");