From 927b97baaaf69e318ff7a0ce76d096375ec09da2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Mar 2013 08:22:58 +0200 Subject: Add support for returning XML attributes as map --- cutl/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cutl/makefile') diff --git a/cutl/makefile b/cutl/makefile index 61b47eb..61a8419 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -10,7 +10,11 @@ sources += fs/exception.cxx fs/path.cxx fs/auto-remove.cxx sources += re/re.cxx -sources += xml/qname.cxx xml/parser.cxx xml/serializer.cxx +sources += \ +xml/qname.cxx \ +xml/parser.cxx \ +xml/serializer.cxx \ +xml/value-traits.cxx sources += \ compiler/context.cxx \ -- cgit v1.1