From f26337fb02c2f01382486407c2b3d7432df9bd37 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 9 May 2011 16:45:31 +0200 Subject: Add connection and connection factory implementations --- odb/pgsql/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/pgsql/makefile') diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile index bf911db..722a34d 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -7,6 +7,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make cxx := \ +connection.cxx \ +connection-factory.cxx \ database.cxx \ error.cxx \ exceptions.cxx -- cgit v1.1