aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-15 08:22:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-03-15 08:22:58 +0200
commit927b97baaaf69e318ff7a0ce76d096375ec09da2 (patch)
tree074d633c92c99ec541e7f0631c2fd2a6c5378689 /cutl/makefile
parent6664a24b003f3959e2efe2893628f725a5f6746f (diff)
Add support for returning XML attributes as map
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile6
1 files changed, 5 insertions, 1 deletions
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 \