X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl-shared%2FMakefile.PL;h=1701ded92832acf39530725f1d3635f1698eb600;hb=d13a11d9abb791a0755bddb8a74ed36be59a82ad;hp=2f2618e0d1437100eb02877932482c33cc12f7cd;hpb=b02eace34f83a08c55830cb05bc55078153e2ba6;p=rrdtool.git diff --git a/bindings/perl-shared/Makefile.PL b/bindings/perl-shared/Makefile.PL index 2f2618e..1701ded 100644 --- a/bindings/perl-shared/Makefile.PL +++ b/bindings/perl-shared/Makefile.PL @@ -12,9 +12,7 @@ WriteMakefile( 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}", 'INC' => '-I../../src', - # where to look for the necessary libraries # Perl will figure out which one is valid - 'depend' => {'RRDs.c' => "../../src/.libs/librrd.so"}, 'dynamic_lib' => {'OTHERLDFLAGS' => "$librrd -lm"}, 'realclean' => {FILES => 't/demo?.rrd t/demo?.png' } );