From 4d3aef6a83965e26781d6b74f0ff913926845c7c Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Mon, 21 Nov 2011 00:29:37 -0800 Subject: [1404] check the schema version of the SQLite3 data source file and stop instllation if it's old. The checker script can also be used to upgrade the schema via a non default command line option. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 50aa6b9a24..cc91a564eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = doc src tests +SUBDIRS = compatcheck doc src tests USE_LCOV=@USE_LCOV@ LCOV=@LCOV@ GENHTML=@GENHTML@ -- cgit v1.2.3