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

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.10 by root, Thu Oct 26 16:28:33 2006 UTC vs.
Revision 1.11 by root, Mon Jan 22 15:59:36 2007 UTC

58 SUFFIX => '.gz', 58 SUFFIX => '.gz',
59 }, 59 },
60 NAME => "IO::AIO", 60 NAME => "IO::AIO",
61 VERSION_FROM => "AIO.pm", 61 VERSION_FROM => "AIO.pm",
62 LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''], 62 LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''],
63 PM => {
64 'AIO.pm' => '$(INST_LIBDIR)/IO/AIO.pm',
65 },
63 clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" }, 66 clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" },
64}); 67});
65 68
66$mm->flush; 69$mm->flush;
67 70

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines