mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-28 12:37:55 +00:00
fixed benchmarks with source
This commit is contained in:
parent
4f3a6936c5
commit
0be7f45306
@ -1300,7 +1300,6 @@ AC_CONFIG_FILES([Makefile
|
|||||||
doc/guide/Makefile
|
doc/guide/Makefile
|
||||||
doc/version.ent
|
doc/version.ent
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
ext/benchmark/Makefile
|
|
||||||
ext/gtest/Makefile
|
ext/gtest/Makefile
|
||||||
m4macros/Makefile
|
m4macros/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
1
ext/.gitignore
vendored
1
ext/.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
/benchmark
|
|
||||||
/gtest
|
/gtest
|
||||||
|
|
||||||
|
@ -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 $@
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user