bppp/build: Fix linkage of benchmark
This commit is contained in:
parent
4c70cc9bf5
commit
525b661f83
@ -8,6 +8,6 @@ noinst_HEADERS += src/modules/bppp/tests_impl.h
|
|||||||
if USE_BENCHMARK
|
if USE_BENCHMARK
|
||||||
noinst_PROGRAMS += bench_bppp
|
noinst_PROGRAMS += bench_bppp
|
||||||
bench_bppp_SOURCES = src/bench_bppp.c
|
bench_bppp_SOURCES = src/bench_bppp.c
|
||||||
bench_bppp_LDADD = libsecp256k1.la $(SECP_LIBS)
|
bench_bppp_LDADD = libsecp256k1.la
|
||||||
bench_bppp_LDFLAGS = -static
|
bench_bppp_CPPFLAGS = $(SECP_CONFIG_DEFINES)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user