aboutsummaryrefslogtreecommitdiff
path: root/Perl/Makefile.PL
diff options
context:
space:
mode:
authorlecoanet2001-03-14 15:08:01 +0000
committerlecoanet2001-03-14 15:08:01 +0000
commite8a38cfda9adca7b59a6032105e959a55482154f (patch)
treea54fd81ad1abfd301a4bdae30789a01da5a7e96e /Perl/Makefile.PL
parentc1424742e67fcdb099f9be7c514bb9d6cac3de37 (diff)
downloadtkzinc-e8a38cfda9adca7b59a6032105e959a55482154f.zip
tkzinc-e8a38cfda9adca7b59a6032105e959a55482154f.tar.gz
tkzinc-e8a38cfda9adca7b59a6032105e959a55482154f.tar.bz2
tkzinc-e8a38cfda9adca7b59a6032105e959a55482154f.tar.xz
Suppression du flag -L.. � la compil. Il posait probl�me. Me
rappelle d�j� plus pourquoi.
Diffstat (limited to 'Perl/Makefile.PL')
-rw-r--r--Perl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL
index 90b521a..00d9c32 100644
--- a/Perl/Makefile.PL
+++ b/Perl/Makefile.PL
@@ -15,4 +15,4 @@ Tk::MMutil::TkExtMakefile(
'VERSION_FROM' => 'Zinc.pm',
'XS_VERSION' => $Tk::Config::VERSION,
'INC' => "-I. -I$ARGV[1]",
- 'LIBS' => ["-L/usr/X11R6/lib -lX11 -L.. -l$ARGV[0]"]);
+ 'LIBS' => ["-L/usr/X11R6/lib -lX11 -l$ARGV[0]"]);