From 78e81069aadc609aee1e4b8137516d9cfce47b0a Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 11 May 2011 10:58:27 +0200 Subject: Add transaction implementation --- odb/pgsql/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'odb/pgsql/makefile') diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile index 722a34d..8b4b316 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -11,7 +11,9 @@ connection.cxx \ connection-factory.cxx \ database.cxx \ error.cxx \ -exceptions.cxx +exceptions.cxx \ +transaction.cxx \ +transaction-impl.cxx cli_tun := details/options.cli cxx_tun := $(cxx) -- cgit v1.1