[Compbench-devel] CompBenchmarks++/compbenchmarks-plan Makefile.am, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-20 19:30:39
|
Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15706 Modified Files: Makefile.am Log Message: Explicit references for linking to pthread and libxml2 disabled (should be normally retrieved from sub .la libraries). Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-plan/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 1 Aug 2007 19:44:10 -0000 1.2 --- Makefile.am 20 Sep 2007 19:30:36 -0000 1.3 *************** *** 14,18 **** libcompbenchmarksincludedir = $(includedir)/compbenchmarks ! compbenchmarks_plan_LDADD = ../libcompbenchmarks/libcompbenchmarks.la @XML_LIBS@ -lpthread compbenchmarks_plan_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la --- 14,18 ---- libcompbenchmarksincludedir = $(includedir)/compbenchmarks ! compbenchmarks_plan_LDADD = ../libcompbenchmarks/libcompbenchmarks.la # @XML_LIBS@ -lpthread compbenchmarks_plan_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la |