diff options
author | Marcin Siodelski <marcin@isc.org> | 2015-03-06 20:11:22 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2015-03-06 20:11:22 +0100 |
commit | a25ec56db70b69459190f4f9cba787ca04ec9e3c (patch) | |
tree | 14103f569eb9612f26f1b1fb6c0d22e48b3ff471 /Makefile.am | |
parent | [master] Added ChangeLog for the #3694. (diff) | |
download | kea-a25ec56db70b69459190f4f9cba787ca04ec9e3c.tar.xz kea-a25ec56db70b69459190f4f9cba787ca04ec9e3c.zip |
[3736] Removed dhcp-ubench and folders.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f580336779..56fe5dcd49 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 doc . ext src m4macros USE_LCOV=@USE_LCOV@ LCOV=@LCOV@ GENHTML=@GENHTML@ @@ -81,7 +81,6 @@ endif if HAVE_OPENSSL openssl/\* \ endif - tests/\* \ unittests/\* \ \*_unittests.cc \ \*_unittest.cc \ |