From 6fb17dc6fc914c24718689b7c57c7dd17b4b7022 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 28 Apr 2016 14:14:04 +0000 Subject: a version of sqlite3.c which is prunned to one third of the original size and now it contains only the database storage engine withough the SQL compiler and interpreter --- src/runtime/c/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/Makefile.am') diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am index 580cd6647..af377ab62 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -88,6 +88,7 @@ libpgf_la_LDFLAGS = "-no-undefined" libpgf_la_LIBADD = libgu.la libsg_la_SOURCES = \ + sg/sqlite3Btree.c \ sg/sg.c libsg_la_LIBADD = libgu.la libpgf.la -- cgit v1.2.3