ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Makefile.PL
(Generate patch)

Comparing CV/Makefile.PL (file contents):
Revision 1.16 by root, Wed Jul 20 02:26:46 2005 UTC vs.
Revision 1.17 by root, Wed Jul 20 06:20:36 2005 UTC

1require 5.008; 1require 5.008;
2 2
3use ExtUtils::MakeMaker; 3use ExtUtils::MakeMaker;
4use ExtUtils::Depends; 4use ExtUtils::Depends;
5 5
6my $pkg = ExtUtils::Depends->new ("Gtk2::CV", "Gtk2", "Glib"); 6my $pkg = new ExtUtils::Depends ("Gtk2::CV");
7
8$pkg->set_libs ("-ljpeg");
9$pkg->add_deps ("Gtk2", "Glib");
7 10
8sub MY::postamble { 11sub MY::postamble {
9 my $self=shift; 12 my $self=shift;
10 <<EOF 13 <<EOF
11 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines