Skip to content

Commit 6cf73b0

Browse files
committed
Merge pull request #6779
b22692c build: Make use of ZMQ_CFLAGS (Cory Fields)
2 parents c82ea8b + b22692c commit 6cf73b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ libbitcoin_server_a_SOURCES = \
214214
if ENABLE_ZMQ
215215
LIBBITCOIN_ZMQ=libbitcoin_zmq.a
216216

217-
libbitcoin_zmq_a_CPPFLAGS = $(BITCOIN_INCLUDES)
217+
libbitcoin_zmq_a_CPPFLAGS = $(BITCOIN_INCLUDES) $(ZMQ_CFLAGS)
218218
libbitcoin_zmq_a_SOURCES = \
219219
zmq/zmqabstractnotifier.cpp \
220220
zmq/zmqnotificationinterface.cpp \

0 commit comments

Comments
 (0)