aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-01 11:56:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-01 11:56:33 +0200
commitbb2358220adfe274b54d9b155205b60ddfe625c6 (patch)
treef8822c33ff25a0a9058ce92ce3a8716343a399f0 /odb/makefile
parent1233c11bf05cc3a039afa548faf06f3610f24269 (diff)
Add support for embedded database schemas
New options: --schema-format, --default-schema. New example: schema/embedded.
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/odb/makefile b/odb/makefile
index caa54d4..3790bbc 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -5,12 +5,14 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
-cxx := \
-exceptions.cxx \
-database.cxx \
-session.cxx \
-transaction.cxx \
-lazy-ptr-impl.cxx
+cxx := \
+exceptions.cxx \
+database.cxx \
+lazy-ptr-impl.cxx \
+schema-catalog.cxx \
+session.cxx \
+transaction.cxx
+
# Implementation details.
#