Skip to content

Commit

Permalink
Fix benchmark make
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-shaw committed Jun 9, 2018
1 parent fcec844 commit 5d06595
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile.bench.include
Expand Up @@ -11,6 +11,7 @@ RAW_BENCH_FILES = \
GENERATED_BENCH_FILES = $(RAW_BENCH_FILES:.raw=.raw.h)

bench_bench_garlicoin_SOURCES = \
$(RAW_BENCH_FILES) \
bench/bench_bitcoin.cpp \
bench/bench.cpp \
bench/bench.h \
Expand All @@ -28,7 +29,7 @@ bench_bench_garlicoin_SOURCES = \
bench/perf.h \
bench/prevector_destructor.cpp

nodist_bench_bench_garlicoin_SOURCES = $(GENERATED_TEST_FILES)
nodist_bench_bench_garlicoin_SOURCES = $(GENERATED_BENCH_FILES)

bench_bench_garlicoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(EVENT_CLFAGS) $(EVENT_PTHREADS_CFLAGS) -I$(builddir)/bench/
bench_bench_garlicoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
Expand Down Expand Up @@ -77,4 +78,4 @@ bitcoin_bench_clean : FORCE
$(HEXDUMP) -v -e '8/1 "0x%02x, "' -e '"\n"' $< | $(SED) -e 's/0x ,//g' && \
echo "};"; \
} > "$@.new" && mv -f "$@.new" "$@"
@echo "Generated $@"
@echo "Generated $@"

0 comments on commit 5d06595

Please sign in to comment.