force an update on sqlite build

This commit is contained in:
Anthony Minessale 2011-08-02 13:05:45 -05:00
parent a7c6fa99c8
commit 71dd3ca86c
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
Sat Jan 5 20:11:10 EST 2008
Tue Aug 2 13:04:55 CDT 2011

View File

@ -194,7 +194,8 @@ SRC += \
$(TOP)/ext/fts1/fts1_hash.h \
$(TOP)/ext/fts1/fts1_porter.c \
$(TOP)/ext/fts1/fts1_tokenizer.h \
$(TOP)/ext/fts1/fts1_tokenizer1.c
$(TOP)/ext/fts1/fts1_tokenizer1.c \
$(TOP)/src/sqliteInt.h
# Source code to the test files.