From 2636e266dc7a048e52b40b668c460c2793e897c4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Aug 2010 20:02:11 +0200 Subject: Move shared_ptr to the details namespace --- odb/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/makefile') 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. # -- cgit v1.1