aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-27 08:22:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-27 08:22:03 +0200
commit74f50a3bc6890c96532fe9e76e387171aec3a8c3 (patch)
treec143307ec44d2049e7eb2d0754aff078fd8e3542 /odb/makefile
parent7c3e06b937e57bf57216b5c63b538d27da005227 (diff)
Add support for statement processing
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile31
1 files changed, 16 insertions, 15 deletions
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.