arabica/examples/Makefile.am

10 lines
138 B
Makefile

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