Taggle doesn't have a dependency on Boost. I am a twit.

This commit is contained in:
jez 2008-07-08 18:57:44 +01:00
parent 3d62ee558e
commit f3e85f9d27
2 changed files with 2 additions and 5 deletions

View file

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

View file

@ -4,9 +4,6 @@
#include <SAX/filter/Writer.hpp>
#include <SAX/helpers/CatchErrorHandler.hpp>
#include <Taggle/Taggle.hpp>
#include <DOM/SAX2DOM/SAX2DOM.hpp>
#include <DOM/io/Stream.hpp>
#include <XPath/XPath.hpp>
int main(int argc, const char* argv[])
{