diff options
author | Francis Dupont <fdupont@isc.org> | 2019-06-21 15:41:19 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-07-04 13:17:08 +0200 |
commit | 8cb113a52f0cf56fbdb5cb0e87464135234c2ac1 (patch) | |
tree | 89d03bcbc1d1c841e8e27f36578b3aa0669b5883 /Makefile.am | |
parent | [#709,!407] Minor updates to the server unittests as a result of review. (diff) | |
download | kea-8cb113a52f0cf56fbdb5cb0e87464135234c2ac1.tar.xz kea-8cb113a52f0cf56fbdb5cb0e87464135234c2ac1.zip |
[667-remove-obsolete-compatcheck-dir] Removed compatcheck more than obsolete directory
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 4c55349658..636c4f3a5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS} # We now build doc after src/, because docgen, a tool to generate API # documentation requires libkea-exceptions and libkea-cc. -SUBDIRS = compatcheck tools . ext src doc m4macros @PREMIUM_DIR@ @CONTRIB_DIR@ +SUBDIRS = tools . ext src doc m4macros @PREMIUM_DIR@ @CONTRIB_DIR@ USE_LCOV=@USE_LCOV@ LCOV=@LCOV@ |