aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
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.