Merge pull request #4707
a65668d
build : fix CPPFLAGS for libbitcoin_cli (randy-waterhouse)
This commit is contained in:
commit
9d26dc3b29
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ libbitcoin_util_a_SOURCES += compat/glibcxx_compat.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# cli: shared between bitcoin-cli and bitcoin-qt
|
# cli: shared between bitcoin-cli and bitcoin-qt
|
||||||
|
libbitcoin_cli_a_CPPFLAGS = $(BITCOIN_INCLUDES)
|
||||||
libbitcoin_cli_a_SOURCES = \
|
libbitcoin_cli_a_SOURCES = \
|
||||||
rpcclient.cpp \
|
rpcclient.cpp \
|
||||||
$(BITCOIN_CORE_H)
|
$(BITCOIN_CORE_H)
|
||||||
|
|
Loading…
Reference in a new issue