From a5217a9362c04ded00b393473967acd323943b52 Mon Sep 17 00:00:00 2001 From: c9s Date: Sat, 24 May 2014 15:41:20 +0800 Subject: [PATCH] do not install benchmark to prefix/bin --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index dce7b05..8d0a696 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,8 +30,9 @@ AM_LDFLAGS += $(GVC_DEPS_LIBS) endif -bin_PROGRAMS = benchmark +benchmark_PROGRAMS = benchmark benchmark_SOURCES = bench.c +benchmarkdir = tests