Index: third_party/sqlite/src/Makefile.in |
diff --git a/third_party/sqlite/src/Makefile.in b/third_party/sqlite/src/Makefile.in |
index 8b965c7accceb3d929d49eb387635ebcfc351cb9..ed6f0bfe72782aa1b968893c808a9289033da0e9 100644 |
--- a/third_party/sqlite/src/Makefile.in |
+++ b/third_party/sqlite/src/Makefile.in |
@@ -261,6 +261,7 @@ SRC = \ |
$(TOP)/src/printf.c \ |
$(TOP)/src/random.c \ |
$(TOP)/src/recover.c \ |
+ $(TOP)/src/recover_varint.c \ |
Scott Hess - ex-Googler
2016/03/02 01:12:08
This file is used to build SQLite's internal test
|
$(TOP)/src/resolve.c \ |
$(TOP)/src/rowset.c \ |
$(TOP)/src/select.c \ |