arabica/examples/Makefile.am

9 lines
102 B
Text
Raw Normal View History

SUBDIRS = SAX Utils
if WANT_DOM
SUBDIRS += DOM
endif
if WANT_XPATH
2007-07-19 16:58:57 +00:00
SUBDIRS += XPath XSLT
endif
2006-09-12 21:21:48 +00:00