aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrandy-waterhouse <noone@yodasan>2014-08-16 10:56:28 +1200
committerrandy-waterhouse <noone@yodasan>2014-08-16 10:56:28 +1200
commita65668ddc0b4a6e0114abb6856d90c8ec0bf8784 (patch)
tree36ccfd7c6823bd2796237d7261834603c0969261 /src
parent984ff68c679e9a40e14e791c6363c6136639a686 (diff)
downloadbitcoin-a65668ddc0b4a6e0114abb6856d90c8ec0bf8784.tar.xz
build : fix CPPFLAGS for libbitcoin_cli
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bec019b49e..eda20ad296 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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)