mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-21 18:28:13 +00:00
Do not link bench
and ctime_tests
to COMMON_LIB
The `bench` and `ctime_tests` are users of the library, they should only be linked to the library, not the objects it was built from.
This commit is contained in:
parent
e1817a6f54
commit
ef39721ccc
@ -103,7 +103,7 @@ noinst_PROGRAMS =
|
||||
if USE_BENCHMARK
|
||||
noinst_PROGRAMS += bench bench_internal bench_ecmult
|
||||
bench_SOURCES = src/bench.c
|
||||
bench_LDADD = libsecp256k1.la $(COMMON_LIB)
|
||||
bench_LDADD = libsecp256k1.la
|
||||
bench_CPPFLAGS = $(SECP_CONFIG_DEFINES)
|
||||
bench_internal_SOURCES = src/bench_internal.c
|
||||
bench_internal_LDADD = $(COMMON_LIB) $(PRECOMPUTED_LIB)
|
||||
@ -134,7 +134,7 @@ endif
|
||||
if USE_CTIME_TESTS
|
||||
noinst_PROGRAMS += ctime_tests
|
||||
ctime_tests_SOURCES = src/ctime_tests.c
|
||||
ctime_tests_LDADD = libsecp256k1.la $(COMMON_LIB)
|
||||
ctime_tests_LDADD = libsecp256k1.la
|
||||
ctime_tests_CPPFLAGS = $(SECP_CONFIG_DEFINES)
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user