[Compbench-devel] CompBenchmarks++/CBM-PI Makefile.am,1.8,1.9
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-23 18:55:25
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5736 Modified Files: Makefile.am Log Message: libcompbenchmarks moved in a separate directory. libxml2 support. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 22 Jan 2007 18:28:22 -0000 1.8 --- Makefile.am 23 Jan 2007 18:55:22 -0000 1.9 *************** *** 37,40 **** --- 37,44 ---- libCBM_la_LIBADD = ../libcompbenchmarks/libcompbenchmarks.la + INCLUDES = -I $(top_srcdir)/libcompbenchmarks -I/usr/include/libxml2 # !!! $(xml2-config --cflags) + + # libBase_la_LIBADD = -L/usr/lib -lxml2 # !!! `xml2-config --libs` + test: @CBM_PROG_MAKE@ -C t test |