aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-05-06 11:44:02 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-05-09 16:52:07 +0200
commit74d9ab3518d50ebafb12e8252c01fa904b089481 (patch)
tree456be9c02055d01f27614bf6cb204f0c78c2a848 /odb/pgsql/makefile
parent77bbae6038d20576a4807ed8ca834685a1e85afa (diff)
Add error support
Diffstat (limited to 'odb/pgsql/makefile')
-rw-r--r--odb/pgsql/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile
index 11e8762..bf911db 100644
--- a/odb/pgsql/makefile
+++ b/odb/pgsql/makefile
@@ -8,7 +8,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
cxx := \
database.cxx \
-exceptions.cxx
+error.cxx \
+exceptions.cxx
cli_tun := details/options.cli
cxx_tun := $(cxx)