X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=bindings%2Fperl-shared%2FMakefile.PL;h=2b59fdb0eccab426679915fd5e4a5f1148e2e5f4;hp=76a81541ba74343a2ef008b7617743973062a270;hb=b837c0527f117b54845242ee7626df6d88394444;hpb=0240b19174dfda10b6a6dbea0b924e2bd2dbac69 diff --git a/bindings/perl-shared/Makefile.PL b/bindings/perl-shared/Makefile.PL index 76a8154..2b59fdb 100644 --- a/bindings/perl-shared/Makefile.PL +++ b/bindings/perl-shared/Makefile.PL @@ -4,7 +4,7 @@ use Config; # the contents of the Makefile that is written. # Specify the location of the archive containing PIC compiled object files. -my $librrd = "-L../../src/.libs/ -lrrd_private" ; +my $librrd = "-L../../src/.libs/ -lrrd" ; WriteMakefile( 'NAME' => 'RRDs',