From f101a400442692f349822ab1d9119bca5d2b7240 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Oct 2012 11:33:49 +0200 Subject: Initial support for prepared queries --- odb/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 8b62d46..36100f6 100644 --- a/odb/makefile +++ b/odb/makefile @@ -10,6 +10,8 @@ exceptions.cxx \ database.cxx \ connection.cxx \ lazy-ptr-impl.cxx \ +prepared-query.cxx \ +result.cxx \ schema-catalog.cxx \ session.cxx \ statement.cxx \ -- cgit v1.1