diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-05-27 16:25:27 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-05-27 16:25:27 +0200 |
commit | 1b61b6780496fb7d188e521f9a22a0db7e591544 (patch) | |
tree | caa0ea6c9bf461bc25b87eeca1c043209c4c7b48 | |
parent | 88f6ae3ce895a85f47178531cfed3632e5722160 (diff) |
Add new files to makefile
-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 |