diff options
| author | MarcoFalke <[email protected]> | 2019-02-28 15:45:26 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-02-28 15:42:37 -0500 |
| commit | fab2daa026494cdacda530f1253eb43cf0f1576c (patch) | |
| tree | d92e65376bb423b4f8358d83a97e607d38f86614 /src | |
| parent | Merge #15503: msvc: Use a single file to specify the include path (diff) | |
| download | discoin-fab2daa026494cdacda530f1253eb43cf0f1576c.tar.xz discoin-fab2daa026494cdacda530f1253eb43cf0f1576c.zip | |
test: Add missing LIBBITCOIN_ZMQ to test_test_bitcoin_LDADD
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 84bc326cf..ff7719ee4 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -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 |