From 1b61b6780496fb7d188e521f9a22a0db7e591544 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 27 May 2011 16:25:27 +0200 Subject: Add new files to makefile --- odb/pgsql/makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'odb') diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile index e448f6e..98c4479 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -6,15 +6,16 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -cxx := \ -connection.cxx \ -connection-factory.cxx \ -database.cxx \ -endian-traits.cxx \ -error.cxx \ -exceptions.cxx \ -statement.cxx \ -transaction.cxx \ +cxx := \ +connection.cxx \ +connection-factory.cxx \ +database.cxx \ +endian-traits.cxx \ +error.cxx \ +exceptions.cxx \ +object-statements.cxx \ +statement.cxx \ +transaction.cxx \ transaction-impl.cxx cli_tun := details/options.cli -- cgit v1.1