2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

fixed benchmarks with source

This commit is contained in:
Razvan Becheriu 2018-02-06 11:24:14 +02:00 committed by Tomek Mrugalski
parent 4f3a6936c5
commit 0be7f45306
3 changed files with 0 additions and 13 deletions

View 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

1
ext/.gitignore vendored
View File

@ -1,3 +1,2 @@
/benchmark
/gtest

View File

@ -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 $@