Towards 1.3.15
[idzebra-moved-to-github.git] / perl / Makefile.PL.in
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4               'NAME'          => 'IDZebra',
5               'OBJECT'        => 'IDZebra_wrap.o zebra_perl.o' ,
6               'INC'           => "-I../index -I../include @YAZINC@",
7               'LIBS'          => "-L../index -lzebra -L../data1 -ldata1 @TCL_LIB@ @YAZLIB@ @ZPERL_LIBS@",
8               'OPTIMIZE'      => '-g',
9 #              'PREREQ_FATAL'  => 1,
10               'PREREQ_PM'     => {
11                   'Scalar::Util' => '1.0',
12                   'Test::More'   => '0.40',
13               }
14         
15               );
16