summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-02-28 01:37:39 +0100
committerFrancis Dupont <fdupont@isc.org>2015-02-28 01:37:39 +0100
commitec064f63308e6186e36db429c12567212b7cb04e (patch)
tree74d4f6ace194b42941ca25485e139afebff9cbc7 /Makefile.am
parent[3516] get rid of root (vs file list) and boost libs (diff)
downloadkea-ec064f63308e6186e36db429c12567212b7cb04e.tar.xz
kea-ec064f63308e6186e36db429c12567212b7cb04e.zip
[3516] added/updated Makefiles
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 f580336779..12bf76b326 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
# ^^^^^^^^ This has to be the first line and cannot come later in this
# Makefile.am due to some bork in some versions of autotools.
-SUBDIRS = compatcheck doc . ext src tests m4macros
+SUBDIRS = compatcheck tools doc . ext src tests m4macros
USE_LCOV=@USE_LCOV@
LCOV=@LCOV@
GENHTML=@GENHTML@