From 857fabab0c537a286e8a39503bf987029669d854 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Sep 2015 16:48:21 +0200 Subject: Add dummy source files to make Win32 export working --- odb/sqlite/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/sqlite/makefile') diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile index e2ea0e9..0b3f8b2 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -5,6 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make cxx := \ +blob-stream.cxx \ connection.cxx \ connection-factory.cxx \ database.cxx \ @@ -19,6 +20,7 @@ statement.cxx \ statements-base.cxx \ statement-cache.cxx \ stream.cxx \ +text-stream.cxx \ tracer.cxx \ traits.cxx \ transaction.cxx \ -- cgit v1.1