diff options
-rw-r--r-- | odb/pgsql/makefile | 19 |
1 files changed, 10 insertions, 9 deletions
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 |