From bdcdccdad64da2295841494b68f6f959d440c5a2 Mon Sep 17 00:00:00 2001 From: jez <> Date: Thu, 26 Jun 2008 15:11:58 +0000 Subject: [PATCH] don't build taggle example if no Boost - it uses XPath --- examples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 23c402cf..5ee74a35 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -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