diff options
author | Francis Dupont <fdupont@isc.org> | 2015-10-16 13:29:41 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-10-16 13:29:41 +0200 |
commit | 0dea9af8efb38477f030c272e236c9fda101e561 (patch) | |
tree | 42677251406e50a865422e4e858a45d159f4c319 /Makefile.am | |
parent | [master] Added Changelog entry for #4075. (diff) | |
parent | [3516] Added some comments in processFile() for loop (diff) | |
download | kea-0dea9af8efb38477f030c272e236c9fda101e561.tar.xz kea-0dea9af8efb38477f030c272e236c9fda101e561.zip |
[master] Finished merge of trac3516 (trac3516)
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 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@ |