arabica/tests/Makefile.am

12 lines
158 B
Text
Raw Normal View History

2009-03-09 21:29:32 +00:00
SUBDIRS = CppUnit Utils SAX Taggle
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