diff options
author | Francis Dupont <fdupont@isc.org> | 2015-02-28 01:37:39 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-02-28 01:37:39 +0100 |
commit | ec064f63308e6186e36db429c12567212b7cb04e (patch) | |
tree | 74d4f6ace194b42941ca25485e139afebff9cbc7 /Makefile.am | |
parent | [3516] get rid of root (vs file list) and boost libs (diff) | |
download | kea-ec064f63308e6186e36db429c12567212b7cb04e.tar.xz kea-ec064f63308e6186e36db429c12567212b7cb04e.zip |
[3516] added/updated Makefiles
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 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@ |