aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-18 18:26:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-18 18:26:33 +0200
commitdce5d0658e67ced4d5fa64f98f598b86917927a7 (patch)
treee910d86848a672ef4d0e3977d351e21d3f633227 /odb/makefile
parent854af2dbb1ee01f6e1c8d4f8f513ff2bad7da4f0 (diff)
Move buffer to the details namespace
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/makefile b/odb/makefile
index 047ff1c..2038b01 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -7,12 +7,13 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_tun := \
shared-ptr/base.cxx \
-buffer.cxx \
exception.cxx \
exceptions.cxx \
database.cxx \
transaction.cxx
+cxx_tun += details/buffer.cxx
+
# POSIX-based implementation details.
#
cxx_tun += details/posix/exceptions.cxx details/posix/thread.cxx