]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
fixed benchmarks with source
authorRazvan Becheriu <razvan.becheriu@qualitance.com>
Tue, 6 Feb 2018 09:24:14 +0000 (11:24 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 8 Feb 2018 08:31:02 +0000 (08:31 +0000)
configure.ac
ext/.gitignore
ext/benchmark/Makefile.am [deleted file]

index 2bd56982b579564fb0100e020820f334f65ae2fb..1e7ed2533f1e7c0c8b5c391db2ccb4652e26a0c3 100644 (file)
@@ -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
index 7374b7c304fca0f542cd8803cf054e9f87f5c8e5..b647d06b8893ab11921e4e6ab3eb2044ace26085 100644 (file)
@@ -1,3 +1,2 @@
-/benchmark
 /gtest
 
diff --git a/ext/benchmark/Makefile.am b/ext/benchmark/Makefile.am
deleted file mode 100644 (file)
index 1b69232..0000000
+++ /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 $@
-