aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/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
commit6f4f07fea0f98bdb1debffcc40a32d6af61ab5c0 (patch)
tree525de2a9e700871befc4ff92ed814cbccf5d27c1 /odb/mysql/makefile
parent1e1a40eb86919a19b0c6738741be50ec084be596 (diff)
Implement automatic mapping for C++ enums
Diffstat (limited to 'odb/mysql/makefile')
-rw-r--r--odb/mysql/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mysql/makefile b/odb/mysql/makefile
index 018fd20..91eca19 100644
--- a/odb/mysql/makefile
+++ b/odb/mysql/makefile
@@ -9,6 +9,7 @@ cxx := \
connection.cxx \
connection-factory.cxx \
database.cxx \
+enum.cxx \
error.cxx \
exceptions.cxx \
object-statements.cxx \