aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-10-14 18:22:55 -0400
committerCory Fields <[email protected]>2014-11-19 22:31:10 -0500
commit2cf5f16c25ac81eac3a09c4f15dad9d2154c03d4 (patch)
treef4b91114a5f63aa82d88da4adec53ead30b40b08 /src/Makefile.test.include
parentbuild: remove internal/protected build attribute checks (diff)
downloaddiscoin-2cf5f16c25ac81eac3a09c4f15dad9d2154c03d4.tar.xz
discoin-2cf5f16c25ac81eac3a09c4f15dad9d2154c03d4.zip
build: add libbitcoinconsensus files and hook up the lib build
Credit BlueMatt for libbitcoinsonsensus.h/cpp
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index c3cd7db14..f8711f038 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -86,7 +86,7 @@ test_test_bitcoin_LDADD += $(LIBBITCOIN_WALLET)
endif
test_test_bitcoin_LDADD += $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS)
-test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
+test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static-libtool-libs
nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES)