diff options
author | Landry Breuil <landry@cvs.openbsd.org> | 2013-06-09 14:48:54 +0000 |
---|---|---|
committer | Landry Breuil <landry@cvs.openbsd.org> | 2013-06-09 14:48:54 +0000 |
commit | 26bce05c0f37434d4c3c75c92066e1039cd24f2a (patch) | |
tree | 361499605d7d493522aded91175547514e1e9613 /lib/libsqlite3/Makefile | |
parent | 3df63a0a9b61639ba63448d05b2802217b589159 (diff) |
Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correct
version info.
Diffstat (limited to 'lib/libsqlite3/Makefile')
-rw-r--r-- | lib/libsqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsqlite3/Makefile b/lib/libsqlite3/Makefile index d95acef7eb7..7eb96e84c7c 100644 --- a/lib/libsqlite3/Makefile +++ b/lib/libsqlite3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2012/08/27 11:19:38 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2013/06/09 14:48:53 landry Exp $ .include <bsd.own.mk> @@ -17,7 +17,7 @@ SRCS = alter.c analyze.c attach.c auth.c \ callback.c complete.c ctime.c date.c delete.c \ expr.c fault.c fkey.c \ fts3.c fts3_aux.c fts3_expr.c fts3_hash.c fts3_icu.c fts3_porter.c \ - fts3_snippet.c fts3_tokenizer.c fts3_tokenizer1.c \ + fts3_snippet.c fts3_tokenize_vtab.c fts3_tokenizer.c fts3_tokenizer1.c \ fts3_unicode.c fts3_unicode2.c fts3_write.c \ func.c global.c hash.c \ insert.c journal.c legacy.c loadext.c \ |