We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bench
ctime_tests
COMMON_LIB
1 parent e1817a6 commit ef39721Copy full SHA for ef39721
Makefile.am
@@ -103,7 +103,7 @@ noinst_PROGRAMS =
103
if USE_BENCHMARK
104
noinst_PROGRAMS += bench bench_internal bench_ecmult
105
bench_SOURCES = src/bench.c
106
-bench_LDADD = libsecp256k1.la $(COMMON_LIB)
+bench_LDADD = libsecp256k1.la
107
bench_CPPFLAGS = $(SECP_CONFIG_DEFINES)
108
bench_internal_SOURCES = src/bench_internal.c
109
bench_internal_LDADD = $(COMMON_LIB) $(PRECOMPUTED_LIB)
@@ -134,7 +134,7 @@ endif
134
if USE_CTIME_TESTS
135
noinst_PROGRAMS += ctime_tests
136
ctime_tests_SOURCES = src/ctime_tests.c
137
-ctime_tests_LDADD = libsecp256k1.la $(COMMON_LIB)
+ctime_tests_LDADD = libsecp256k1.la
138
ctime_tests_CPPFLAGS = $(SECP_CONFIG_DEFINES)
139
endif
140
0 commit comments