From 91c962e4615101e14be4c720fc386878ddb598a4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Nov 2011 15:08:56 +0200 Subject: Implement statements; add support for tracing --- odb/mssql/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/mssql/makefile') diff --git a/odb/mssql/makefile b/odb/mssql/makefile index 63aa888..4758abf 100644 --- a/odb/mssql/makefile +++ b/odb/mssql/makefile @@ -13,6 +13,8 @@ connection-factory.cxx \ database.cxx \ error.cxx \ exceptions.cxx \ +statement.cxx \ +tracer.cxx \ transaction.cxx \ transaction-impl.cxx -- cgit v1.1