summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-10-16 13:29:41 +0200
committerFrancis Dupont <fdupont@isc.org>2015-10-16 13:29:41 +0200
commit0dea9af8efb38477f030c272e236c9fda101e561 (patch)
tree42677251406e50a865422e4e858a45d159f4c319 /Makefile.am
parent[master] Added Changelog entry for #4075. (diff)
parent[3516] Added some comments in processFile() for loop (diff)
downloadkea-0dea9af8efb38477f030c272e236c9fda101e561.tar.xz
kea-0dea9af8efb38477f030c272e236c9fda101e561.zip
[master] Finished merge of trac3516 (trac3516)
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 dd29bf3242..20b2235555 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 m4macros
+SUBDIRS = compatcheck tools doc . ext src m4macros
USE_LCOV=@USE_LCOV@
LCOV=@LCOV@
GENHTML=@GENHTML@