aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-13 14:58:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-13 14:58:52 +0200
commitf7bf16d50f6f08c66b1bae35e2dab327d560b0f3 (patch)
treede7e3e7bc63aeba11a3c782b3c55c51b4d6b2001 /odb/makefile
parent0634ddb1f04489b8fe26d131ee216dec0a47a28d (diff)
Make odb::exception abstract
Implement what() in concrete exceptions.
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/makefile b/odb/makefile
index 7197d82..15439da 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -6,7 +6,6 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx := \
-exception.cxx \
exceptions.cxx \
database.cxx \
transaction.cxx