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.
1 parent 805082d commit 57d3a3cCopy full SHA for 57d3a3c
Makefile.am
@@ -99,7 +99,7 @@ if VALGRIND_ENABLED
99
tests_CPPFLAGS += -DVALGRIND
100
noinst_PROGRAMS += valgrind_ctime_test
101
valgrind_ctime_test_SOURCES = src/valgrind_ctime_test.c
102
-valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(SECP_TEST_LIBS) $(COMMON_LIB)
+valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(SECP_LIBS) $(COMMON_LIB)
103
endif
104
if !ENABLE_COVERAGE
105
tests_CPPFLAGS += -DVERIFY
0 commit comments