blob: a6bd67160b15a8cb53827a5de55466fd04832694 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- perl-shared/Makefile.PL.in.orig Sat Apr 3 18:33:13 2004
+++ perl-shared/Makefile.PL.in Tue Apr 6 10:49:27 2004
@@ -10,7 +10,7 @@
'NAME' => 'RRDs',
'VERSION_FROM' => '@top_srcdir@/perl-shared/RRDs.pm', # finds $VERSION
'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}",
- 'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3',
+ 'INC' => '-I../ -I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3',
'CCFLAGS' => '-DHAVE_CONFIG_H',
# where to look for the necessary libraries
# Perl will figure out which one is valid
|