arabica/examples/Makefile.am

9 lines
109 B
Text
Raw Normal View History

2008-04-07 17:37:47 +02:00
SUBDIRS = SAX Taggle 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