From db80166f1111d78808688ec38b6179e24593c910 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 14 Jun 2011 10:01:39 +0200 Subject: Add new PostgreSQL implementations to makefile --- odb/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/odb/makefile b/odb/makefile index 67e2f89..d40c5b6 100644 --- a/odb/makefile +++ b/odb/makefile @@ -54,7 +54,10 @@ relational/mysql/schema.cxx # Relational/PostgreSQL # cxx_ptun += \ -relational/pgsql/context.cxx +relational/pgsql/common.cxx \ +relational/pgsql/context.cxx \ +relational/pgsql/header.cxx \ +relational/pgsql/schema.cxx # Relational/SQLite # -- cgit v1.1