Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5590
Modified Files:
Makefile.am
Log Message:
Fixed -version-info in LDFLAGS.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.am 20 Sep 2007 19:29:15 -0000 1.7
--- Makefile.am 20 Sep 2007 20:29:03 -0000 1.8
***************
*** 22,26 ****
UI/libUI.la
! libcompbenchmarks_la_LDFLAGS = -release @VERSION@
AM_LDFLAGS = $(XML_LIBS) -lpthread
--- 22,26 ----
UI/libUI.la
! libcompbenchmarks_la_LDFLAGS = -version-info @CBM_LIB_VERSION@
AM_LDFLAGS = $(XML_LIBS) -lpthread
|