diff options
author | JINMEI Tatuya <jinmei@isc.org> | 2011-11-21 09:29:37 +0100 |
---|---|---|
committer | JINMEI Tatuya <jinmei@isc.org> | 2011-11-21 09:29:37 +0100 |
commit | 4d3aef6a83965e26781d6b74f0ff913926845c7c (patch) | |
tree | bf48464bd83ee74892c72ccc7b048b5eeb083953 /Makefile.am | |
parent | [master]Revert "Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/... (diff) | |
download | kea-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.am | 2 |
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@ |