build : fix CPPFLAGS for libbitcoin_cli

This commit is contained in:
randy-waterhouse 2014-08-16 10:56:28 +12:00
parent 984ff68c67
commit a65668ddc0
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ libbitcoin_util_a_SOURCES += compat/glibcxx_compat.cpp
endif
# cli: shared between bitcoin-cli and bitcoin-qt
libbitcoin_cli_a_CPPFLAGS = $(BITCOIN_INCLUDES)
libbitcoin_cli_a_SOURCES = \
rpcclient.cpp \
$(BITCOIN_CORE_H)