Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12797
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-core/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 27 May 2007 16:06:19 -0000 1.1
--- Makefile.am 1 Aug 2007 19:43:54 -0000 1.2
***************
*** 14,18 ****
libcompbenchmarksincludedir = $(includedir)/compbenchmarks
! compbenchmarks_core_LDADD = ../libcompbenchmarks/libcompbenchmarks.la
compbenchmarks_core_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la
--- 14,18 ----
libcompbenchmarksincludedir = $(includedir)/compbenchmarks
! compbenchmarks_core_LDADD = ../libcompbenchmarks/libcompbenchmarks.la @XML_LIBS@ -lpthread
compbenchmarks_core_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la
|