arabica/examples/Makefile.am

9 lines
109 B
Text
Raw Normal View History

SUBDIRS = SAX Utils
if WANT_DOM
SUBDIRS += DOM
endif
if WANT_XPATH
SUBDIRS += Taggle XPath XSLT
endif
2006-09-12 23:21:48 +02:00