X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2FMakefile.PL.in;h=c4e13b6629806ad67f4498a75e996ad52d38a376;hb=316571421f340cca21ed5c70215cd890e5243306;hp=08b600a0bf95f3af3f7b356fbf3fab76586b1500;hpb=af03c4a4f5320b52c7cc5f47bab7c9ad4b3e384d;p=idzebra-moved-to-github.git diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 08b600a..c4e13b6 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'IDZebra', - 'OBJECT' => 'IDZebra_wrap.o zebra_api_ext.o zebra_perl.o' , + 'OBJECT' => 'IDZebra_wrap.o zebra_perl.o' , 'INC' => "-I../index -I../include @YAZINC@", 'LIBS' => "-L../index -lzebra -L../data1 -ldata1 @ZPERL_LIBS@ @TCL_LIB@ @YAZLIB@", 'OPTIMIZE' => '-g -O2'