[Compbench-devel] CompBenchmarks++/libcompbenchmarks Makefile.am, 1.6, 1.7
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-20 19:29:20
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15258 Modified Files: Makefile.am Log Message: Versions added to benchmark libraries (taken from configure.in). libxml2 providen variables used instead of custom ./configure variables. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 17 Apr 2007 18:04:06 -0000 1.6 --- Makefile.am 20 Sep 2007 19:29:15 -0000 1.7 *************** *** 21,24 **** --- 21,29 ---- Plan/libPlan.la \ UI/libUI.la + + libcompbenchmarks_la_LDFLAGS = -release @VERSION@ + + AM_LDFLAGS = $(XML_LIBS) -lpthread + # -lwwwcore -lwwwapp -lwwwinit # !!! |