mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +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 \
|
script/solver.cpp \
|
||||||
warnings.cpp \
|
warnings.cpp \
|
||||||
$(BITCOIN_CORE_H)
|
$(BITCOIN_CORE_H)
|
||||||
|
|
||||||
if USE_LIBEVENT
|
|
||||||
libbitcoin_common_a_CPPFLAGS += $(EVENT_CFLAGS)
|
|
||||||
libbitcoin_common_a_SOURCES += common/url.cpp
|
|
||||||
endif
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# util #
|
# util #
|
||||||
@ -759,6 +754,11 @@ libbitcoin_util_a_SOURCES = \
|
|||||||
util/time.cpp \
|
util/time.cpp \
|
||||||
util/tokenpipe.cpp \
|
util/tokenpipe.cpp \
|
||||||
$(BITCOIN_CORE_H)
|
$(BITCOIN_CORE_H)
|
||||||
|
|
||||||
|
if USE_LIBEVENT
|
||||||
|
libbitcoin_util_a_CPPFLAGS += $(EVENT_CFLAGS)
|
||||||
|
libbitcoin_util_a_SOURCES += common/url.cpp
|
||||||
|
endif
|
||||||
#
|
#
|
||||||
|
|
||||||
# cli #
|
# cli #
|
||||||
|
Loading…
Reference in New Issue
Block a user