X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=Makefile.PL;h=f6b066f9ccc8b4a52010ed7750693a6a1eb0a688;hb=3cef09c2c83b9829b6194056ed05eb572713e8b5;hp=84d6c56c910b7ba172e13f500643515c6525ffca;hpb=b0dd79557412ca039daebfdeaccd0e1a28240b88;p=ZOOM-Perl-moved-to-github.git 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'