misc fixes to get rrdtool working without included libraries.
[rrdtool.git] / bindings / perl-shared / Makefile.PL
index 76a8154..2b59fdb 100644 (file)
@@ -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',