aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 13:47:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 13:47:31 +0200
commit4c174428379af308926ec70bc5b58539a1863abf (patch)
tree0f2aeaa68b28e0c86925fd4ae0e2d893d020efdc /xsd-frontend/makefile
parent8b5538ed49925aaf9fa22e961bd632bed8458184 (diff)
Implement enum synthesis from union
A union which has enumerations with a common base as members can be transformed to an equivalent enumeration.
Diffstat (limited to 'xsd-frontend/makefile')
-rw-r--r--xsd-frontend/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsd-frontend/makefile b/xsd-frontend/makefile
index e0526ab..abf6565 100644
--- a/xsd-frontend/makefile
+++ b/xsd-frontend/makefile
@@ -39,6 +39,7 @@ cxx_tun += traversal/attribute.cxx \
traversal/union.cxx
cxx_tun += transformations/anonymous.cxx \
+ transformations/enum-synthesis.cxx \
transformations/restriction.cxx \
transformations/schema-per-type.cxx \
transformations/simplifier.cxx