arabica/tests/Makefile.am

12 lines
151 B
Text
Raw Normal View History

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