diff options
author | Razvan Becheriu <razvan.becheriu@qualitance.com> | 2018-02-06 10:24:14 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2018-02-08 09:31:02 +0100 |
commit | 0be7f45306746164b8500c2cc3ffaf198fef8be7 (patch) | |
tree | 26bc16163ef5f9f38244bf193259544212e6e9ba /ext | |
parent | [github36] Couple line wraps fixed. (diff) | |
download | kea-0be7f45306746164b8500c2cc3ffaf198fef8be7.tar.xz kea-0be7f45306746164b8500c2cc3ffaf198fef8be7.zip |
fixed benchmarks with source
Diffstat (limited to 'ext')
-rw-r--r-- | ext/.gitignore | 1 | ||||
-rw-r--r-- | ext/benchmark/Makefile.am | 11 |
2 files changed, 0 insertions, 12 deletions
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 $@ - |