mirror of
https://github.com/QuasarApp/QuasarAppCoin.git
synced 2025-05-14 10:29:38 +00:00
test: Add missing LIBBITCOIN_ZMQ to test_test_bitcoin_LDADD
This commit is contained in:
parent
29c24b05fb
commit
fab2daa026
@ -169,7 +169,7 @@ test_test_bitcoin_LDADD += $(BDB_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(RAPIDC
|
||||
test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
|
||||
|
||||
if ENABLE_ZMQ
|
||||
test_test_bitcoin_LDADD += $(ZMQ_LIBS)
|
||||
test_test_bitcoin_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
|
||||
endif
|
||||
|
||||
if ENABLE_FUZZ
|
||||
|
Loading…
x
Reference in New Issue
Block a user