build: remove double LIBBITCOIN_SERVER from bench-Makefile

This commit is contained in:
Harris 2020-03-25 13:33:44 +01:00
parent 3f5107d008
commit 1f97b69ba2
No known key found for this signature in database
GPG key ID: 262685BC78ED11FB

View file

@ -48,7 +48,6 @@ bench_bench_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
bench_bench_bitcoin_LDADD = \
$(LIBBITCOIN_SERVER) \
$(LIBBITCOIN_WALLET) \
$(LIBBITCOIN_SERVER) \
$(LIBBITCOIN_COMMON) \
$(LIBBITCOIN_UTIL) \
$(LIBBITCOIN_CONSENSUS) \