aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/odb/makefile b/odb/makefile
index 4beeda0..caa54d4 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -5,11 +5,12 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
-cxx := \
-exceptions.cxx \
-database.cxx \
-session.cxx \
-transaction.cxx
+cxx := \
+exceptions.cxx \
+database.cxx \
+session.cxx \
+transaction.cxx \
+lazy-ptr-impl.cxx
# Implementation details.
#