summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan.becheriu@qualitance.com>2018-02-06 11:09:56 +0100
committerTomek Mrugalski <tomasz@isc.org>2018-02-08 09:31:16 +0100
commit915f205fac0bfeeac7ba17026e66841da0e3b0b0 (patch)
treef5ab78a32e0ec01b23deea90b6e2b6fb336f1963 /ext
parentfixed benchmarks with source (diff)
downloadkea-915f205fac0bfeeac7ba17026e66841da0e3b0b0.tar.xz
kea-915f205fac0bfeeac7ba17026e66841da0e3b0b0.zip
fixed benchmarks with source
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 13fa272316..b2685166c6 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -3,8 +3,3 @@ SUBDIRS = .
if HAVE_GTEST_SOURCE
SUBDIRS += gtest
endif
-
-if HAVE_BENCHMARK_SOURCE
-SUBDIRS += benchmark
-endif
-