We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2161f31 commit c848352Copy full SHA for c848352
Makefile.am
@@ -101,7 +101,7 @@ if VALGRIND_ENABLED
101
tests_CPPFLAGS += -DVALGRIND
102
noinst_PROGRAMS += valgrind_ctime_test
103
valgrind_ctime_test_SOURCES = src/valgrind_ctime_test.c
104
-valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(SECP_LIBS) $(COMMON_LIB)
+valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB)
105
endif
106
if !ENABLE_COVERAGE
107
tests_CPPFLAGS += -DVERIFY
0 commit comments