Separate script/interpreter

This commit is contained in:
jtimon
2014-08-27 20:11:41 +02:00
committed by Pieter Wuille
parent cbd22a50c4
commit da03e6ed7c
8 changed files with 1101 additions and 1086 deletions

View File

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