From: Adam Dickmeiss Date: Tue, 25 May 2004 14:10:54 +0000 (+0000) Subject: More flags to swig X-Git-Tag: ZEBRA.1.3.16~106 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=92358ecf48eee1915a597b38addd532db490cbdb More flags to swig --- diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index df4abb8..e5c1207 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -4,7 +4,7 @@ WriteMakefile( 'NAME' => 'IDZebra', 'OBJECT' => 'IDZebra_wrap.o zebra_perl.o' , 'INC' => "-I@top_srcdir@/index -I../include @YAZINC@", - 'LIBS' => "-L@top_srcdir@/index -lzebra -L../data1 -ldata1 @TCL_LIB@ @YAZLIB@ @ZPERL_LIBS@", + 'LIBS' => "-L@top_srcdir@/index -lzebra @TCL_LIB@ @YAZLIB@ @ZPERL_LIBS@", 'OPTIMIZE' => '-g', # 'PREREQ_FATAL' => 1, 'PREREQ_PM' => { @@ -16,7 +16,8 @@ WriteMakefile( sub MY::postamble { 'IDZebra_wrap.c: IDZebra.i - swig -perl IDZebra.i' + swig -I../include -v -Wall -perl -proxy ./IDZebra.i + mv IDZebra.pm lib/' ; }