aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-10-11 16:03:35 +0800
committerfanquake <fanquake@gmail.com>2022-10-31 10:10:53 +0000
commit058eb69ce47c17205a41fc667ce66429f09a332a (patch)
treeba80f46942aec227ff55ee11432e62cb0f559b48 /src
parentc75c0d8e1147079ab1aef088e0a2486d295ab625 (diff)
downloadbitcoin-058eb69ce47c17205a41fc667ce66429f09a332a.tar.xz
build: add missing event cflags to libbitcoin_util
The fact that this is missing is currently masked by the inclusion of BOOST_CPPFLAGS.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6d10f86d57..19b131a5f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -710,6 +710,7 @@ libbitcoin_util_a_SOURCES = \
$(BITCOIN_CORE_H)
if USE_LIBEVENT
+libbitcoin_util_a_CPPFLAGS += $(EVENT_CFLAGS)
libbitcoin_util_a_SOURCES += util/url.cpp
endif
#