From: Razvan Becheriu Date: Tue, 6 Feb 2018 10:09:56 +0000 (+0200) Subject: fixed benchmarks with source X-Git-Tag: trac5502_base~5^2~7^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=915f205fac0bfeeac7ba17026e66841da0e3b0b0;p=thirdparty%2Fkea.git fixed benchmarks with source --- 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 -