[Compbench-devel] CompBenchmarks++/libcompbenchmarks Makefile.am, 1.7, 1.8
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-20 20:29:07
|
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 |