MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from

core) with it
This commit is contained in:
jtimon
2014-10-19 04:28:43 +02:00
parent 999a2ab41e
commit 561e9e9de9
8 changed files with 93 additions and 93 deletions

View File

@@ -80,6 +80,7 @@ BITCOIN_CORE_H = \
coincontrol.h \
coins.h \
compat.h \
compressor.h \
core.h \
core/transaction.h \
core_io.h \
@@ -103,7 +104,6 @@ BITCOIN_CORE_H = \
rpcclient.h \
rpcprotocol.h \
rpcserver.h \
script/compressor.h \
script/interpreter.h \
script/script.h \
script/sigcache.h \
@@ -214,6 +214,7 @@ libbitcoin_common_a_SOURCES = \
base58.cpp \
chainparams.cpp \
coins.cpp \
compressor.cpp \
core.cpp \
core/transaction.cpp \
core_read.cpp \
@@ -223,7 +224,6 @@ libbitcoin_common_a_SOURCES = \
keystore.cpp \
netbase.cpp \
protocol.cpp \
script/compressor.cpp \
script/interpreter.cpp \
script/script.cpp \
script/sigcache.cpp \