aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-10-09 10:24:26 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-10-09 10:26:48 +0200
commit6cf73b0cd4cf510aafc37719c68e6634c1719502 (patch)
tree2ce0d6ce629bbeac62c2f608d56101f07ee53e63
parentc82ea8b271c85e85b3767b1a9862fdcdc63260c2 (diff)
parentb22692ce3e1669ddeeeb158a0eecedcdbcb1e36d (diff)
downloadbitcoin-6cf73b0cd4cf510aafc37719c68e6634c1719502.tar.xz
Merge pull request #6779
b22692c build: Make use of ZMQ_CFLAGS (Cory Fields)
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c3f19926df..0654ff4227 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 \