aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-18 18:50:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-18 18:50:04 +0200
commite305857bd0bd406ab91d31aaea0c1491d6e36b50 (patch)
tree6110c686f0baa08ddc970d18903d91de595aa475 /common/makefile
parent2f0038a2aed44ce04200c09229921ae21861ccaa (diff)
Implement automatic mapping for C++ enums
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile
index c3f02bf..317c49e 100644
--- a/common/makefile
+++ b/common/makefile
@@ -11,6 +11,7 @@ composite \
const \
container \
ctor \
+enum \
inverse \
lazy-ptr \
lifecycle \