arabica/tests/Makefile.am
2009-03-09 21:29:32 +00:00

11 lines
158 B
Makefile

SUBDIRS = CppUnit Utils SAX Taggle
if WANT_DOM
SUBDIRS += DOM
endif
if WANT_XPATH
SUBDIRS += XPath XSLT
endif
install:
echo "Nothing to install here"