From 2c57577ac8995a83182190ae94e6b28f4715ca04 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Jul 2010 11:05:05 +0200 Subject: Add database_exception --- odb/tracer/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/tracer/makefile') diff --git a/odb/tracer/makefile b/odb/tracer/makefile index aacde61..1ab1487 100644 --- a/odb/tracer/makefile +++ b/odb/tracer/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -cxx_tun := database.cxx transaction.cxx transaction-impl.cxx +cxx_tun := exceptions.cxx database.cxx transaction.cxx transaction-impl.cxx cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o)) cxx_od := $(cxx_obj:.o=.o.d) -- cgit v1.1