arabica/tests/Makefile.am

11 lines
151 B
Makefile

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