aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-07-20 11:02:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-07-20 11:02:07 +0200
commit6400b736456af65176c9c1959022f1eb49fcde32 (patch)
treecdf457de88eda70b89d4cd98e83334e690c96ef1 /odb/makefile
parent8b416ee938662901e1d75cf631c198cde17bb8c8 (diff)
Get rid of the session mechanism for now
Add low-level API instead.
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 71c719a..fdeb6ea 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -6,10 +6,9 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_tun := \
+shared-ptr/base.cxx \
exception.cxx \
exceptions.cxx \
-shared-ptr/base.cxx \
-session.cxx \
database.cxx \
transaction.cxx