Fixes to integrate sendalert.cpp.

Add sendalert.cpp to build process.
Add alertkeys.h as a placeholder for private keys.
This commit is contained in:
Simon
2016-07-15 19:57:55 -07:00
parent 2513363e81
commit b39e1bdbca
4 changed files with 68 additions and 8 deletions

View File

@@ -189,6 +189,7 @@ libbitcoin_util_a-clientversion.$(OBJEXT): obj/build.h
# server: shared between bitcoind and bitcoin-qt
libbitcoin_server_a_CPPFLAGS = $(BITCOIN_INCLUDES) $(MINIUPNPC_CPPFLAGS)
libbitcoin_server_a_SOURCES = \
sendalert.cpp \
addrman.cpp \
alert.cpp \
bloom.cpp \