diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-04 10:14:18 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-04 10:14:18 +0200 |
commit | 283fec23e49a9e62a8717879808343420338d01e (patch) | |
tree | 014dceea1e7b506aa2f5549927c1cc59ae35a9d6 | |
parent | 8a2e690f1269d4310a5333d248ea566f9754519b (diff) |
Update makefile
-rw-r--r-- | odb/pgsql/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile index 6b3ffc3..7e95f24 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -17,7 +17,8 @@ statement.cxx \ traits.cxx \ transaction.cxx \ transaction-impl.cxx \ -details/endian-traits.cxx \ +query.cxx \ +details/endian-traits.cxx cli_tun := details/options.cli cxx_tun := $(cxx) |