From 851cbe3927b987ec992bbbb69bd62224bf4a0dc3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Apr 2012 16:48:01 +0200 Subject: Polymorphic inheritance support --- odb/sqlite/makefile | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'odb/sqlite/makefile') diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile index 7c74807..8674e4a 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -4,22 +4,22 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -cxx := \ -connection.cxx \ -connection-factory.cxx \ -database.cxx \ -error.cxx \ -exceptions.cxx \ -object-statements.cxx \ -query.cxx \ -query-const-expr.cxx \ -result.cxx \ -statement-cache.cxx \ -statement.cxx \ -statements-base.cxx \ -tracer.cxx \ -traits.cxx \ -transaction.cxx \ +cxx := \ +connection.cxx \ +connection-factory.cxx \ +database.cxx \ +error.cxx \ +exceptions.cxx \ +query.cxx \ +query-const-expr.cxx \ +result.cxx \ +simple-object-statements.cxx \ +statement.cxx \ +statements-base.cxx \ +statement-cache.cxx \ +tracer.cxx \ +traits.cxx \ +transaction.cxx \ transaction-impl.cxx cli_tun := details/options.cli -- cgit v1.1