X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2FMakefile.PL.in;h=e5c120784e22ef54779e679589c2ae79883c6089;hb=cd3f39bbae63668b8806ed205132da166e73102f;hp=5ead531ef2292c098a8116b9453d044ce76e753c;hpb=40333aa22cb4feca08c2d839c0b0773670f0e6a0;p=idzebra-moved-to-github.git diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 5ead531..e5c1207 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -3,14 +3,22 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'IDZebra', 'OBJECT' => 'IDZebra_wrap.o zebra_perl.o' , - 'INC' => "-I../index -I../include @YAZINC@", - 'LIBS' => "-L../index -lzebra -L../data1 -ldata1 @TCL_LIB@ @YAZLIB@ @ZPERL_LIBS@", + 'INC' => "-I@top_srcdir@/index -I../include @YAZINC@", + 'LIBS' => "-L@top_srcdir@/index -lzebra @TCL_LIB@ @YAZLIB@ @ZPERL_LIBS@", 'OPTIMIZE' => '-g', - 'PREREQ_FATAL' => 1, +# 'PREREQ_FATAL' => 1, 'PREREQ_PM' => { 'Scalar::Util' => '1.0', - 'Test::More' => '0.45', + 'Test::More' => '0.40', } ); +sub MY::postamble { +'IDZebra_wrap.c: IDZebra.i + swig -I../include -v -Wall -perl -proxy ./IDZebra.i + mv IDZebra.pm lib/' + ; +} + +