aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:31:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:31:00 +0200
commit61e6f0fded93f1e2105d7f4734b280712afe0c59 (patch)
treeb462d0b4e27456300c6c21afad21a6d0afa4341e /odb/mssql/makefile
parent00d972abb9dcbe7c99cd9b94cefc725024cfb4bc (diff)
Add connection, connection-factory implementations
Diffstat (limited to 'odb/mssql/makefile')
-rw-r--r--odb/mssql/makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/odb/mssql/makefile b/odb/mssql/makefile
index 70fc9c6..10e9e28 100644
--- a/odb/mssql/makefile
+++ b/odb/mssql/makefile
@@ -6,11 +6,14 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
-cxx := \
-auto-handle.cxx \
-database.cxx \
-error.cxx \
-exceptions.cxx
+cxx := \
+auto-handle.cxx \
+connection.cxx \
+connection-factory.cxx \
+database.cxx \
+error.cxx \
+exceptions.cxx \
+transaction-impl.cxx
cli_tun := details/options.cli