Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1117
Modified Files:
Makefile.am
Log Message:
libxml2 flags now defined by configure.in
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.am 25 Jan 2007 15:39:57 -0000 1.5
--- Makefile.am 26 Jan 2007 13:01:56 -0000 1.6
***************
*** 17,23 ****
libBaseincludedir = $(includedir)/compbenchmarks/Base
! INCLUDES = -I $(top_srcdir)/libcompbenchmarks -I/usr/include/libxml2 -DDATAROOTDIR=\"@datarootdir@\" # !!! $(xml2-config --cflags)
! libBase_la_LIBADD = -L/usr/lib -lxml2 # !!! `xml2-config --libs`
- # -I /usr/include/w3c-libwww # !!!
--- 17,22 ----
libBaseincludedir = $(includedir)/compbenchmarks/Base
! INCLUDES = -I $(top_srcdir)/libcompbenchmarks @XML_CPPFLAGS@ -DDATAROOTDIR=\"@datarootdir@\"
! libBase_la_LIBADD = @XML_LIBS@
|