mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-13 08:01:17 +01:00
don't build taggle example if no Boost - it uses XPath
This commit is contained in:
parent
1b1b5d2072
commit
bdcdccdad6
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
SUBDIRS = SAX Taggle Utils
|
SUBDIRS = SAX Utils
|
||||||
if WANT_DOM
|
if WANT_DOM
|
||||||
SUBDIRS += DOM
|
SUBDIRS += DOM
|
||||||
endif
|
endif
|
||||||
if WANT_XPATH
|
if WANT_XPATH
|
||||||
SUBDIRS += XPath XSLT
|
SUBDIRS += Taggle XPath XSLT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue