summaryrefslogtreecommitdiff
path: root/xsd/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-07-04 11:30:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-07-04 11:30:43 +0200
commit9d4a4dd3aedc0b30a55e4013b18cdb6439a9b422 (patch)
treef8c7d26ac758200731bc0c0742078b801bbd17b9 /xsd/makefile
parent612b94596ad38263464c27da26a7186e7c22cca9 (diff)
Add --std option that specified C++ standard
Diffstat (limited to 'xsd/makefile')
-rw-r--r--xsd/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xsd/makefile b/xsd/makefile
index e80df26..6726f26 100644
--- a/xsd/makefile
+++ b/xsd/makefile
@@ -8,7 +8,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_tun := xsd.cxx
cxx_tun += cxx/elements.cxx \
- cxx/literal-map.cxx
+ cxx/literal-map.cxx \
+ cxx/option-types.cxx
cxx_tun += cxx/parser/elements.cxx \
cxx/parser/validator.cxx \