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.11 by root, Mon Jan 22 15:59:36 2007 UTC vs.
Revision 1.12 by root, Tue Jan 23 22:57:34 2007 UTC

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 => { 63 PM => {
64 'AIO.pm' => '$(INST_LIBDIR)/IO/AIO.pm', 64 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm',
65 }, 65 },
66 clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" }, 66 clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" },
67}); 67});
68 68
69$mm->flush; 69$mm->flush;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines