Key mangling, and elliptic curves.
[catacomb-perl] / Makefile.PL
index 311a9f7..88318e2 100644 (file)
@@ -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");