Browse Source

Revert "Fix secp256k1 test compilation"

This reverts commit 87da7b4ea0 to make updating
the subtree easier.
pull/40/head^2
Jack Grigg 7 years ago
parent
commit
3326155481
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 2
      src/secp256k1/Makefile.am

2
src/secp256k1/Makefile.am

@ -70,7 +70,7 @@ noinst_PROGRAMS += tests
tests_SOURCES = src/tests.c
tests_CPPFLAGS = -DVERIFY $(SECP_INCLUDES) $(SECP_TEST_INCLUDES)
tests_LDADD = $(SECP_LIBS) $(SECP_TEST_LIBS)
tests_LDFLAGS = -static -pthread
tests_LDFLAGS = -static
TESTS = tests
endif

Loading…
Cancel
Save