Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-plan
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13159
Modified Files:
Makefile.am
Log Message:
Fix link-time bug to libxml2 (for ARM but probably apply to some others targets).
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-plan/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 28 May 2007 17:49:46 -0000 1.1
--- Makefile.am 1 Aug 2007 19:44:10 -0000 1.2
***************
*** 14,18 ****
libcompbenchmarksincludedir = $(includedir)/compbenchmarks
! compbenchmarks_plan_LDADD = ../libcompbenchmarks/libcompbenchmarks.la
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
|