From: Oliver O. <fr...@us...> - 2007-06-22 14:11:24
|
Update of /cvsroot/simspark/simspark/spark/plugin/sparkagent In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7177 Modified Files: Tag: projectx Makefile.am Log Message: avoid version number for module Index: Makefile.am =================================================================== RCS file: /cvsroot/simspark/simspark/spark/plugin/sparkagent/Makefile.am,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -C2 -d -r1.3 -r1.3.4.1 *** Makefile.am 6 Jan 2006 13:57:36 -0000 1.3 --- Makefile.am 22 Jun 2007 14:11:21 -0000 1.3.4.1 *************** *** 28,32 **** universaljointperceptor_c.cpp ! sparkagent_la_LDFLAGS = -module -version-info 0:0:0 AM_CPPFLAGS = -I${top_srcdir}/lib -I${top_srcdir}/utility @RUBY_CPPFLAGS@ --- 28,32 ---- universaljointperceptor_c.cpp ! sparkagent_la_LDFLAGS = -module -avoid-version AM_CPPFLAGS = -I${top_srcdir}/lib -I${top_srcdir}/utility @RUBY_CPPFLAGS@ |