Revert "Fix secp256k1 test compilation"

This reverts commit 87da7b4ea0 to make updating
the subtree easier.
This commit is contained in:
Jack Grigg 2017-05-02 17:53:54 +12:00
parent a410f124b2
commit 3326155481
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 1 additions and 1 deletions

View File

@ -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