|
From: Bob T. <bt...@us...> - 2003-11-11 19:32:58
|
Update of /cvsroot/benson/benson3/src/perl/Benson In directory sc8-pr-cvs1:/tmp/cvs-serv8229/src/perl/Benson Modified Files: Makefile.PL Log Message: Added some good suppression logic into S05benson Index: Makefile.PL =================================================================== RCS file: /cvsroot/benson/benson3/src/perl/Benson/Makefile.PL,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** Makefile.PL 8 Oct 2003 03:15:02 -0000 1.12 --- Makefile.PL 11 Nov 2003 19:32:54 -0000 1.13 *************** *** 23,27 **** 'AUTHOR' => 'Bob Tribit <bt...@ne...>', 'ABSTRACT' => 'Benson suite of perl modules', ! 'LIBS' => ["-R$prefix/lib/ -L$prefix/lib/ -lbenson"], 'DEFINE' => '', 'INC' => "-I$top_srcdir/include/ -I$top_srcdir/src/", --- 23,27 ---- 'AUTHOR' => 'Bob Tribit <bt...@ne...>', 'ABSTRACT' => 'Benson suite of perl modules', ! 'LIBS' => ["-R$prefix/lib/ -L$prefix/lib/ -lbenson -lnetclient"], 'DEFINE' => '', 'INC' => "-I$top_srcdir/include/ -I$top_srcdir/src/", |