mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
Merge fix_evhttp_util_nodep-25
This commit is contained in:
commit
bff25d2f97
@ -709,11 +709,6 @@ libbitcoin_common_a_SOURCES = \
|
||||
script/solver.cpp \
|
||||
warnings.cpp \
|
||||
$(BITCOIN_CORE_H)
|
||||
|
||||
if USE_LIBEVENT
|
||||
libbitcoin_common_a_CPPFLAGS += $(EVENT_CFLAGS)
|
||||
libbitcoin_common_a_SOURCES += common/url.cpp
|
||||
endif
|
||||
#
|
||||
|
||||
# util #
|
||||
@ -759,6 +754,11 @@ libbitcoin_util_a_SOURCES = \
|
||||
util/time.cpp \
|
||||
util/tokenpipe.cpp \
|
||||
$(BITCOIN_CORE_H)
|
||||
|
||||
if USE_LIBEVENT
|
||||
libbitcoin_util_a_CPPFLAGS += $(EVENT_CFLAGS)
|
||||
libbitcoin_util_a_SOURCES += common/url.cpp
|
||||
endif
|
||||
#
|
||||
|
||||
# cli #
|
||||
|
Loading…
Reference in New Issue
Block a user