build: Make use of ZMQ_CFLAGS
This commit is contained in:
parent
d479311dba
commit
b22692ce3e
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ libbitcoin_server_a_SOURCES = \
|
|||
if ENABLE_ZMQ
|
||||
LIBBITCOIN_ZMQ=libbitcoin_zmq.a
|
||||
|
||||
libbitcoin_zmq_a_CPPFLAGS = $(BITCOIN_INCLUDES)
|
||||
libbitcoin_zmq_a_CPPFLAGS = $(BITCOIN_INCLUDES) $(ZMQ_CFLAGS)
|
||||
libbitcoin_zmq_a_SOURCES = \
|
||||
zmq/zmqabstractnotifier.cpp \
|
||||
zmq/zmqnotificationinterface.cpp \
|
||||
|
|
Loading…
Reference in a new issue