diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-05-31 16:36:04 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-05-31 16:36:04 +0200 |
commit | 4fc5f1933af8a2d709a4ad7fa674f763725010a6 (patch) | |
tree | 280508137c870ac90bd5894926133efe2c4b293f | |
parent | ed9c9d656b22ae7db9a325137d554274d11237b6 (diff) |
Add traits to makefile
-rw-r--r-- | odb/pgsql/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile index 38c4a59..6b3ffc3 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -14,6 +14,7 @@ error.cxx \ exceptions.cxx \ object-statements.cxx \ statement.cxx \ +traits.cxx \ transaction.cxx \ transaction-impl.cxx \ details/endian-traits.cxx \ |