--- IO-AIO/Makefile.PL 2005/07/31 18:14:48 1.3 +++ IO-AIO/Makefile.PL 2005/07/31 19:04:45 1.4 @@ -15,6 +15,7 @@ NAME => "IO::AIO", VERSION_FROM => "AIO.pm", LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''], + clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" }, }); $mm->flush;