mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +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
|
||||
SUBDIRS += DOM
|
||||
endif
|
||||
if WANT_XPATH
|
||||
SUBDIRS += XPath XSLT
|
||||
SUBDIRS += Taggle XPath XSLT
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue