Skip to content

Commit 058eb69

Browse files
committed
build: add missing event cflags to libbitcoin_util
The fact that this is missing is currently masked by the inclusion of BOOST_CPPFLAGS.
1 parent c75c0d8 commit 058eb69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ libbitcoin_util_a_SOURCES = \
710710
$(BITCOIN_CORE_H)
711711

712712
if USE_LIBEVENT
713+
libbitcoin_util_a_CPPFLAGS += $(EVENT_CFLAGS)
713714
libbitcoin_util_a_SOURCES += util/url.cpp
714715
endif
715716
#

0 commit comments

Comments
 (0)