aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-18 20:02:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-18 20:02:11 +0200
commit2636e266dc7a048e52b40b668c460c2793e897c4 (patch)
tree9717f573d9733b8cfa09a15ee44ed7768c427d7b /odb/makefile
parentdce5d0658e67ced4d5fa64f98f598b86917927a7 (diff)
Move shared_ptr to the details namespace
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.
#