From 74f50a3bc6890c96532fe9e76e387171aec3a8c3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Aug 2013 08:22:03 +0200 Subject: Add support for statement processing --- odb/makefile | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 5a58103..25ac250 100644 --- a/odb/makefile +++ b/odb/makefile @@ -4,21 +4,22 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -cxx := \ -callback.cxx \ -exceptions.cxx \ -database.cxx \ -vector-impl.cxx \ -connection.cxx \ -lazy-ptr-impl.cxx \ -prepared-query.cxx \ -query-dynamic.cxx \ -result.cxx \ -schema-catalog.cxx \ -section.cxx \ -session.cxx \ -statement.cxx \ -tracer.cxx \ +cxx := \ +callback.cxx \ +exceptions.cxx \ +database.cxx \ +vector-impl.cxx \ +connection.cxx \ +lazy-ptr-impl.cxx \ +prepared-query.cxx \ +query-dynamic.cxx \ +result.cxx \ +schema-catalog.cxx \ +section.cxx \ +session.cxx \ +statement.cxx \ +statement-processing.cxx \ +tracer.cxx \ transaction.cxx # Implementation details. -- cgit v1.1