aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile14
1 files changed, 8 insertions, 6 deletions
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.
#