Separate script/standard

This commit is contained in:
jtimon
2014-08-23 03:35:51 +02:00
committed by Pieter Wuille
parent da03e6ed7c
commit c4408a6c85
11 changed files with 324 additions and 283 deletions

View File

@@ -100,6 +100,7 @@ BITCOIN_CORE_H = \
rpcserver.h \
script/interpreter.h \
script/script.h \
script/standard.h \
scriptutils.h \
serialize.h \
sync.h \
@@ -210,6 +211,7 @@ libbitcoin_common_a_SOURCES = \
protocol.cpp \
script/interpreter.cpp \
script/script.cpp \
script/standard.cpp \
scriptutils.cpp \
$(BITCOIN_CORE_H)