aboutsummaryrefslogtreecommitdiff
path: root/Perl/Makefile.PL.in
diff options
context:
space:
mode:
authorlecoanet2003-04-24 14:22:09 +0000
committerlecoanet2003-04-24 14:22:09 +0000
commit222fa2bfebb8955b7e5bc3eb2f38cc2ccd11b5dc (patch)
tree04ed52cd80a629fbb2cfed7f06e41e5574bb985b /Perl/Makefile.PL.in
parentaacf0bfd391ce79df0da92eb186e9a22d812d943 (diff)
downloadtkzinc-222fa2bfebb8955b7e5bc3eb2f38cc2ccd11b5dc.zip
tkzinc-222fa2bfebb8955b7e5bc3eb2f38cc2ccd11b5dc.tar.gz
tkzinc-222fa2bfebb8955b7e5bc3eb2f38cc2ccd11b5dc.tar.bz2
tkzinc-222fa2bfebb8955b7e5bc3eb2f38cc2ccd11b5dc.tar.xz
Added path to build directory in order to find the zinc lib.
Diffstat (limited to 'Perl/Makefile.PL.in')
-rw-r--r--Perl/Makefile.PL.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Makefile.PL.in b/Perl/Makefile.PL.in
index 6f31dd7..059a011 100644
--- a/Perl/Makefile.PL.in
+++ b/Perl/Makefile.PL.in
@@ -12,4 +12,4 @@ Tk::MMutil::TkExtMakefile(
'VERSION_FROM' => 'Zinc.pm',
'XS_VERSION' => $Tk::Config::VERSION,
'INC' => "-I. -I@PERL_TK_LIB@/pTk",
- 'LIBS' => ["-L/usr/X11R6/lib -lX11 -L@prefix@/lib -l@PACKAGE@@VERSION@"]);
+ 'LIBS' => ["-L/usr/X11R6/lib -lX11 -L.. -L@prefix@/lib -l@PACKAGE@@VERSION@"]);