aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/makefile b/odb/makefile
index 2038b01..9b6c094 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -6,13 +6,12 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_tun := \
-shared-ptr/base.cxx \
exception.cxx \
exceptions.cxx \
database.cxx \
transaction.cxx
-cxx_tun += details/buffer.cxx
+cxx_tun += details/buffer.cxx details/shared-ptr/base.cxx
# POSIX-based implementation details.
#