don't build taggle example if no Boost - it uses XPath

This commit is contained in:
jez 2008-06-26 15:11:58 +00:00
parent 1b1b5d2072
commit bdcdccdad6

View file

@ -1,8 +1,8 @@
SUBDIRS = SAX Taggle Utils
SUBDIRS = SAX Utils
if WANT_DOM
SUBDIRS += DOM
endif
if WANT_XPATH
SUBDIRS += XPath XSLT
SUBDIRS += Taggle XPath XSLT
endif