use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Peertube::DL::SRC', VERSION => '0.1', LIBS => ['-lduktape'], INC => '-Iduktape -I./include', C => [ 'javascript_builtins.c', ], OBJECT => '${O_FILES}', LDFLAGS => '-Wl-t', );