]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 16 Oct 2009 18:30:17 +0000 (18:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 16 Oct 2009 18:30:17 +0000 (18:30 +0000)
PerlMagick/Makefile.PL.in

index 4066e2f0575e9a7634fabf23683947b51fd9a926..a9a56027c1310d2c7aa4daaed13de4a34dd66252 100644 (file)
@@ -140,7 +140,7 @@ foreach $delegate (qw/@DELEGATES@/) {
 
 # defaults for LIBS & INC & CCFLAGS params that we later pass to Writemakefile
 my $INC_magick = '-I../ -I@top_srcdir@ @CPPFLAGS@ -I"' . $Config{'usrinc'} . '/ImageMagick"';
-my $LIBS_magick = '-L../magick/.libs -lMagickCore -L../wand/.libs -lperl @MATH_LIBS@';
+my $LIBS_magick = '-L../magick/.libs -lMagickCore -lperl @MATH_LIBS@';
 my $CCFLAGS_magick = "$Config{'ccflags'} @CFLAGS@";
 
 if (($^O eq 'MSWin32') && ($Config{cc} =~ /gcc/)) {