diff options
author | randy-waterhouse <noone@yodasan> | 2014-08-16 10:56:28 +1200 |
---|---|---|
committer | randy-waterhouse <noone@yodasan> | 2014-08-16 10:56:28 +1200 |
commit | a65668ddc0b4a6e0114abb6856d90c8ec0bf8784 (patch) | |
tree | 36ccfd7c6823bd2796237d7261834603c0969261 | |
parent | 984ff68c679e9a40e14e791c6363c6136639a686 (diff) |
build : fix CPPFLAGS for libbitcoin_cli
-rw-r--r-- | src/Makefile.am | 1 |
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) |