summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-11-21 09:29:37 +0100
committerJINMEI Tatuya <jinmei@isc.org>2011-11-21 09:29:37 +0100
commit4d3aef6a83965e26781d6b74f0ff913926845c7c (patch)
treebf48464bd83ee74892c72ccc7b048b5eeb083953 /Makefile.am
parent[master]Revert "Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/... (diff)
downloadkea-4d3aef6a83965e26781d6b74f0ff913926845c7c.tar.xz
kea-4d3aef6a83965e26781d6b74f0ff913926845c7c.zip
[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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@