aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-10-09 10:24:26 +0200
committerWladimir J. van der Laan <[email protected]>2015-10-09 10:26:48 +0200
commit6cf73b0cd4cf510aafc37719c68e6634c1719502 (patch)
tree2ce0d6ce629bbeac62c2f608d56101f07ee53e63 /src
parentMerge pull request #6783 (diff)
parentbuild: Make use of ZMQ_CFLAGS (diff)
downloaddiscoin-6cf73b0cd4cf510aafc37719c68e6634c1719502.tar.xz
discoin-6cf73b0cd4cf510aafc37719c68e6634c1719502.zip
Merge pull request #6779
b22692c build: Make use of ZMQ_CFLAGS (Cory Fields)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c3f19926d..0654ff422 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 \