[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Base Makefile.am, 1.8, 1.9
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-20 19:26:51
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14132 Modified Files: Makefile.am Log Message: libxml2 providen variables used instead of custom ./configure variables. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 16 May 2007 09:44:49 -0000 1.8 --- Makefile.am 20 Sep 2007 19:26:46 -0000 1.9 *************** *** 17,22 **** libBaseincludedir = $(includedir)/compbenchmarks/Base ! INCLUDES = -I $(top_srcdir)/libcompbenchmarks @XML_CPPFLAGS@ -DDATAROOTDIR=\"@datarootdir@\" ! libBase_la_LIBADD = @XML_LIBS@ -lpthread --- 17,23 ---- libBaseincludedir = $(includedir)/compbenchmarks/Base ! INCLUDES = -I $(top_srcdir)/libcompbenchmarks -DDATAROOTDIR=\"@datarootdir@\" ! AM_CPPFLAGS = $(XML_CPPFLAGS) ! libBase_la_LIBADD = $(XML_LIBS) -lpthread |