Move CScript class and dependencies to script/script

This commit is contained in:
jtimon
2014-08-20 17:37:40 +02:00
committed by Pieter Wuille
parent 86dbeea2cd
commit cbd22a50c4
19 changed files with 957 additions and 934 deletions

View File

@@ -98,6 +98,7 @@ BITCOIN_CORE_H = \
rpcclient.h \
rpcprotocol.h \
rpcserver.h \
script/script.h \
scriptutils.h \
serialize.h \
sync.h \
@@ -206,6 +207,7 @@ libbitcoin_common_a_SOURCES = \
keystore.cpp \
netbase.cpp \
protocol.cpp \
script/script.cpp \
scriptutils.cpp \
$(BITCOIN_CORE_H)