From: Razvan Becheriu Date: Tue, 6 Feb 2018 09:24:14 +0000 (+0200) Subject: fixed benchmarks with source X-Git-Tag: trac5502_base~5^2~7^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0be7f45306746164b8500c2cc3ffaf198fef8be7;p=thirdparty%2Fkea.git fixed benchmarks with source --- diff --git a/configure.ac b/configure.ac index 2bd56982b5..1e7ed2533f 100644 --- a/configure.ac +++ b/configure.ac @@ -1300,7 +1300,6 @@ AC_CONFIG_FILES([Makefile doc/guide/Makefile doc/version.ent ext/Makefile - ext/benchmark/Makefile ext/gtest/Makefile m4macros/Makefile src/Makefile diff --git a/ext/.gitignore b/ext/.gitignore index 7374b7c304..b647d06b88 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -1,3 +1,2 @@ -/benchmark /gtest diff --git a/ext/benchmark/Makefile.am b/ext/benchmark/Makefile.am deleted file mode 100644 index 1b69232217..0000000000 --- a/ext/benchmark/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -SUBDIRS = . - -CLEANFILES = benchmark.cc - -noinst_LIBRARIES = libbenchmark.a -libbenchmark_a_CXXFLAGS = $(BENCHMARK_INCLUDES) $(AM_CXXFLAGS) -nodist_libbenchmark_a_SOURCES = benchmark.cc - -benchmark.cc: $(BENCHMARK_SOURCE)/src/benchmark.cc - cp -p $(BENCHMARK_SOURCE)/src/benchmark.cc $@ -