From 83483869acca32c45687bf2133df6271216f0642 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Sat, 9 Mar 2019 06:17:27 +0000 Subject: [PATCH] Add $(COMMON_LIB) to exhaustive tests to fix ARM asm build --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 80fca490a59a8..9e5b7dcce0ab9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,7 +114,7 @@ exhaustive_tests_CPPFLAGS = -DSECP256K1_BUILD -I$(top_srcdir)/src $(SECP_INCLUDE if !ENABLE_COVERAGE exhaustive_tests_CPPFLAGS += -DVERIFY endif -exhaustive_tests_LDADD = $(SECP_LIBS) +exhaustive_tests_LDADD = $(SECP_LIBS) $(COMMON_LIB) exhaustive_tests_LDFLAGS = -static TESTS += exhaustive_tests endif