arabica/examples/Makefile.am

11 lines
138 B
Text
Raw Normal View History

SUBDIRS = SAX Utils
if WANT_DOM
SUBDIRS += DOM
endif
if WANT_XPATH
SUBDIRS += XPath
endif
2006-09-12 21:21:48 +00:00
install:
echo "Nothing to install here"