aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
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 \