arabica/tests/Makefile.am

12 lines
151 B
Text
Raw Normal View History

SUBDIRS = CppUnit Utils SAX
if WANT_DOM
2007-07-19 16:57:04 +00:00
SUBDIRS += DOM
endif
if WANT_XPATH
2007-07-19 16:57:04 +00:00
SUBDIRS += XPath XSLT
endif
2006-09-12 21:21:48 +00:00
install:
echo "Nothing to install here"
2006-10-11 22:51:04 +00:00