From bb2358220adfe274b54d9b155205b60ddfe625c6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Mar 2011 11:56:33 +0200 Subject: Add support for embedded database schemas New options: --schema-format, --default-schema. New example: schema/embedded. --- odb/makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'odb/makefile') 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. # -- cgit v1.1