Skip to content

Commit

Permalink
Fixed a reference to BLS (navcoin#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict authored Feb 18, 2021
1 parent d8a57f8 commit 3906a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.bench.include
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bench_bench_navcoin_LDADD += $(LIBNAVCOIN_WALLET)
endif

bench_bench_navcoin_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(ZLIB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) \
$(CURL_LIBS) $(BLS_LIBS) $(LIBEVENT_LIBS) $(LIBSECCOMP_LIBS) $(LIBCAP_LIBS) $(ZLIB_LIBS)
$(CURL_LIBS) $(LIBBLS) $(LIBEVENT_LIBS) $(LIBSECCOMP_LIBS) $(LIBCAP_LIBS) $(ZLIB_LIBS)
bench_bench_navcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)

CLEAN_NAVCOIN_BENCH = bench/*.gcda bench/*.gcno
Expand Down

0 comments on commit 3906a8d

Please sign in to comment.