do not install benchmark to prefix/bin
This commit is contained in:
parent
6358da7df8
commit
a5217a9362
1 changed files with 2 additions and 1 deletions
|
@ -30,8 +30,9 @@ AM_LDFLAGS += $(GVC_DEPS_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
bin_PROGRAMS = benchmark
|
benchmark_PROGRAMS = benchmark
|
||||||
benchmark_SOURCES = bench.c
|
benchmark_SOURCES = bench.c
|
||||||
|
benchmarkdir = tests
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue