diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-18 14:01:06 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-18 16:52:56 +0200 |
commit | fad23a210bc61c784af0be4fc32cda6b75a4619b (patch) | |
tree | 1802af7d6db0cfd699fbbb8f17e5aff994cd8a74 /src/Makefile.test.include | |
parent | e4731dd85cc0c75046a6e3681506aed3d522f6ce (diff) |
Revert "build: add option for reducing exports"
Revert #4663 for now. It still breaks the pulltester.
This reverts commit 4975ae1722cd8af63eda2f02ef64a98091b6fb58.
Conflicts:
configure.ac
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index b54c9be664..b5fee08223 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -75,7 +75,6 @@ if USE_LIBSECP256K1 endif test_test_bitcoin_LDADD += $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) -test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES) |