paccxmldir = $(includedir)/XML paccxml_HEADERS = \ Attribute.hpp \ Document.hpp \ Finder.hpp \ Iterator.hpp \ Node.hpp \ Streamer.hpp lib_LTLIBRARIES = libpacc-xml.la INCLUDES = -I$(top_srcdir)/PACC libpacc_xml_la_LIBADD = $(top_srcdir)/PACC/Util/libpacc-util.la libpacc_xml_la_LDFLAGS = -no-undefined -release @PACC_VERSION@ libpacc_xml_la_SOURCES = \ Document.cpp \ Finder.cpp \ Node.cpp \ Streamer.cpp