From 4f488f4ea93849cc5b2178c89cd365e2ca1f83f4 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 20 Jun 2011 19:48:54 +0200 Subject: Add PostgreSQL source generation implementation --- odb/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index d40c5b6..24c83e2 100644 --- a/odb/makefile +++ b/odb/makefile @@ -57,7 +57,8 @@ cxx_ptun += \ relational/pgsql/common.cxx \ relational/pgsql/context.cxx \ relational/pgsql/header.cxx \ -relational/pgsql/schema.cxx +relational/pgsql/schema.cxx \ +relational/pgsql/source.cxx # Relational/SQLite # -- cgit v1.1