Commit 89fe5b2 1 parent 58dbe79 commit 89fe5b2 Copy full SHA for 89fe5b2
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,15 +178,15 @@ test_test_pivx_LDADD += $(LIBRUSTZCASH) $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(MI
178
178
test_test_pivx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
179
179
180
180
if ENABLE_ZMQ
181
- test_test_pivx_LDADD += $(ZMQ_LIBS)
181
+ test_test_pivx_LDADD += $(LIBBITCOIN_ZMQ) $( ZMQ_LIBS)
182
182
endif
183
183
184
184
if ENABLE_FUZZ
185
185
186
186
# base dependencies #
187
187
test_test_pivx_fuzzy_LDADD =
188
188
if ENABLE_ZMQ
189
- test_test_pivx_fuzzy_LDADD += $(ZMQ_LIBS)
189
+ test_test_pivx_fuzzy_LDADD += $(LIBBITCOIN_ZMQ) $( ZMQ_LIBS)
190
190
endif
191
191
test_test_pivx_fuzzy_LDADD += $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBUNIVALUE) $(LIBBITCOIN_ZEROCOIN) \
192
192
$(LIBLEVELDB) $(LIBLEVELDB_SSE42) $(LIBMEMENV) $(BOOST_LIBS) $(LIBSECP256K1) $(EVENT_LIBS) $(EVENT_PTHREADS_LIBS)
You can’t perform that action at this time.
0 commit comments