From dce5d0658e67ced4d5fa64f98f598b86917927a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Aug 2010 18:26:33 +0200 Subject: Move buffer to the details namespace --- odb/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/makefile') 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 -- cgit v1.1