From: mike Date: Fri, 7 Oct 2005 16:17:31 +0000 (+0000) Subject: Link with libxml2 as well as YAZ (to enable SRW/U support). X-Git-Tag: cpan_1_22~496 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=1138dccafd0637bf3cd462b11a620e108d3cf49d;p=ZOOM-Perl-moved-to-github.git Link with libxml2 as well as YAZ (to enable SRW/U support). --- diff --git a/Makefile.PL b/Makefile.PL index 84d6c56..f6b066f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/ZOOM.pm', # retrieve abstract from module AUTHOR => 'Mike Taylor ') : ()), - LIBS => ['-lyaz '], # e.g., '-lm' + LIBS => ['-lyaz -lxml2 '], # e.g., '-lm' DEFINE => '', # e.g., '-DHAVE_SOMETHING' # Insert -I. if you add *.h files later: INC => '', # e.g., '-I/usr/include/other'