use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Image::Filter::Ripple', # Name of package 'VERSION_FROM' => 'Ripple.pm', # finds $VERSION 'LIBS' => ['-L/usr/lib -lgd -ljpeg -lpng -lm'], # All custom libraries to be linked with 'OBJECT' => 'ripple.o Ripple.o', # All object files );