diff options
| author | krasimir <krasimir@chalmers.se> | 2016-04-28 14:14:04 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2016-04-28 14:14:04 +0000 |
| commit | 6fb17dc6fc914c24718689b7c57c7dd17b4b7022 (patch) | |
| tree | 7f265126828a337ab79ea55f6f373367ffecc28f /src/runtime/c/Makefile.am | |
| parent | 41171be5a6473eeb5de42e3f2c0e20c854d1481a (diff) | |
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
Diffstat (limited to 'src/runtime/c/Makefile.am')
| -rw-r--r-- | src/runtime/c/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
