1
0
Fork 0
mirror of https://github.com/jezhiggins/arabica synced 2025-01-15 15:40:56 +01:00
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"