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 18:58:57 +02:00
SUBDIRS += XPath XSLT
endif
2006-09-12 23:21:48 +02:00