aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-05-03 12:26:33 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-05-05 16:42:12 +0200
commit77bbae6038d20576a4807ed8ca834685a1e85afa (patch)
tree1d079baf6d2aa379bd2a04efb5617302309bb671 /odb/pgsql/makefile
parent00eab4e6eca4227b1ecd2c6f502eedad41c3af96 (diff)
Add pgsql database implementation
Diffstat (limited to 'odb/pgsql/makefile')
-rw-r--r--odb/pgsql/makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile
index 63e0289..11e8762 100644
--- a/odb/pgsql/makefile
+++ b/odb/pgsql/makefile
@@ -1,12 +1,14 @@
# file : odb/pgsql/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
+# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
-cxx := \
-dummy.cxx
+cxx := \
+database.cxx \
+exceptions.cxx
cli_tun := details/options.cli
cxx_tun := $(cxx)
@@ -28,7 +30,7 @@ $(call import,\
$(call import,\
$(scf_root)/import/libodb/stub.make,\
- l: odb.l,cpp-options: odb.l.cpp-options)
+ l: odb.l,cpp-options: odb.l.cpp-options)
$(call import,\
$(scf_root)/import/libpq/stub.make,\