summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4d1ca2d)
raw | patch | inline | side by side (parent: 4d1ca2d)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 10 Apr 2005 09:16:10 +0000 (09:16 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 10 Apr 2005 09:16:10 +0000 (09:16 +0000) |
program/bindings/perl-shared/Makefile.PL | patch | blob | history |
index 2f2618e0d1437100eb02877932482c33cc12f7cd..1701ded92832acf39530725f1d3635f1698eb600 100644 (file)
'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' }
);