diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-05-19 13:46:05 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-05-19 13:46:05 +0200 |
commit | e4e17881e64175352f1e1d8d0159039f7115a7a0 (patch) | |
tree | 2b3b9422a183b106efbd4e6d396f429ba5b7d262 | |
parent | b18a2a0fd742450a2cc869f134aa03cf831916a1 (diff) |
Update makefile to build statement.cxx
-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 8b4b316..164ebac 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -12,6 +12,7 @@ connection-factory.cxx \ database.cxx \ error.cxx \ exceptions.cxx \ +statement.cxx \ transaction.cxx \ transaction-impl.cxx |