X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=a280ea00f386e0dedc599482f3a8c75ceb9c563f;hp=d502bf30b18318afbc8f49c4e825a9d2efc083e3;hb=bf76c3f6ff0e224efce7e47f9f778f6379a3e504;hpb=7e84b10da7e1a604a2f52bec10e9107b98417836 diff --git a/Makefile.PL b/Makefile.PL index d502bf3..a280ea0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,8 +1,8 @@ use ExtUtils::MakeMaker; -## $Id: Makefile.PL,v 1.3 2004-05-28 20:27:16 sondberg Exp $ +## $Id: Makefile.PL,v 1.4 2004-06-05 07:55:05 adam Exp $ -my $libs = `yaz-config --libs threads` || die "ERROR: Unable to call script: yaz-config"; +my $libs = `yaz-config --libs` || die "ERROR: Unable to call script: yaz-config"; WriteMakefile( 'NAME' => 'Net::Z3950::SimpleServer',