aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-11-06 22:43:19 -0500
committerCory Fields <cory-nospam-@coryfields.com>2014-11-19 22:31:10 -0500
commitcdd36c6c5cc309d98f941a4c78d9642c92c1e46f (patch)
treec9353c4c25f1ea004c70af2d2d5fe70c34fb3b81 /src/Makefile.test.include
parent2cf5f16c25ac81eac3a09c4f15dad9d2154c03d4 (diff)
downloadbitcoin-cdd36c6c5cc309d98f941a4c78d9642c92c1e46f.tar.xz
build: add --with-libs so that libs are optional
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 f8711f0387..5fd2afe50d 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -85,7 +85,7 @@ if ENABLE_WALLET
test_test_bitcoin_LDADD += $(LIBBITCOIN_WALLET)
endif
-test_test_bitcoin_LDADD += $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS)
+test_test_bitcoin_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS)
test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static-libtool-libs
nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES)