boost: moveonly: split CPubKey and friends to new files

This commit is contained in:
Cory Fields
2014-10-28 17:47:18 -04:00
parent 78c228c6e5
commit d2e74c55bd
17 changed files with 356 additions and 305 deletions

View File

@@ -102,6 +102,7 @@ BITCOIN_CORE_H = \
noui.h \
pow.h \
protocol.h \
pubkey.h \
random.h \
rpcclient.h \
rpcprotocol.h \
@@ -228,6 +229,7 @@ libbitcoin_common_a_SOURCES = \
keystore.cpp \
netbase.cpp \
protocol.cpp \
pubkey.cpp \
script/interpreter.cpp \
script/script.cpp \
script/sigcache.cpp \