Update of /cvsroot/simspark/simspark/spark/plugin/inputois
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9991
Modified Files:
Tag: projectx
Makefile.am
Log Message:
using installed version of libOIS instead of a precompiled object/archive file
Index: Makefile.am
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/plugin/inputois/Attic/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Makefile.am 24 Jul 2007 01:13:16 -0000 1.1.2.1
--- Makefile.am 24 Jul 2007 04:52:05 -0000 1.1.2.2
***************
*** 19,23 ****
# -module tells automake we're not building a library but a loadable module
# so we don't need the "lib" prefix in the module name
! inputois_la_LDFLAGS = -module -avoid-version libois.a
AM_CPPFLAGS = -I${top_srcdir}/lib @RUBY_CPPFLAGS@ -I/Users/fruit/Code/ogrenew/Dependencies/include
--- 19,24 ----
# -module tells automake we're not building a library but a loadable module
# so we don't need the "lib" prefix in the module name
! inputois_la_LDFLAGS = -module -avoid-version
! inputois_la_LIBADD = -lOIS
AM_CPPFLAGS = -I${top_srcdir}/lib @RUBY_CPPFLAGS@ -I/Users/fruit/Code/ogrenew/Dependencies/include
|