aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-05-09 16:45:31 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-05-11 09:27:40 +0200
commitf26337fb02c2f01382486407c2b3d7432df9bd37 (patch)
tree0ddc753671f25c0605a0180c2740963c3a0bb845 /odb/pgsql/makefile
parent74d9ab3518d50ebafb12e8252c01fa904b089481 (diff)
Add connection and connection factory implementations
Diffstat (limited to 'odb/pgsql/makefile')
-rw-r--r--odb/pgsql/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile
index bf911db..722a34d 100644
--- a/odb/pgsql/makefile
+++ b/odb/pgsql/makefile
@@ -7,6 +7,8 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
cxx := \
+connection.cxx \
+connection-factory.cxx \
database.cxx \
error.cxx \
exceptions.cxx