[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Plan Makefile.am, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-20 19:27:19
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14493 Modified Files: Makefile.am Log Message: libxml2 providen variables used instead of custom ./configure variables. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 6 Jun 2007 21:42:13 -0000 1.3 --- Makefile.am 20 Sep 2007 19:27:12 -0000 1.4 *************** *** 17,21 **** libPlanincludedir = $(includedir)/compbenchmarks/Plan ! INCLUDES = -I $(top_srcdir)/libcompbenchmarks @XML_CPPFLAGS@ ! libPlan_la_LIBADD = @XML_LIBS@ \ No newline at end of file --- 17,22 ---- libPlanincludedir = $(includedir)/compbenchmarks/Plan ! INCLUDES = -I $(top_srcdir)/libcompbenchmarks ! AM_CPPFLAGS = $(XML_CPPFLAGS) ! libPlan_la_LIBADD = $(XML_LIBS) \ No newline at end of file |