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