From 6ca1c8ee64bf7268d194eb15e72d3024a335039d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Sep 2009 08:20:12 +0200 Subject: Add root exception class Derive all other exceptions from it. --- cutl/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/makefile') diff --git a/cutl/makefile b/cutl/makefile index f5adfce..294bbd5 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -cxx_tun := shared-ptr/base.cxx +cxx_tun := exception.cxx shared-ptr/base.cxx cxx_tun += fs/path.cxx -- cgit v1.1