MOVEONLY: core.o -> core/block.o

This commit is contained in:
jtimon
2014-10-21 00:13:47 +02:00
parent 561e9e9de9
commit 99f41b9cf7
9 changed files with 12 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ BITCOIN_CORE_H = \
coins.h \
compat.h \
compressor.h \
core.h \
core/block.h \
core/transaction.h \
core_io.h \
crypter.h \
@@ -215,7 +215,7 @@ libbitcoin_common_a_SOURCES = \
chainparams.cpp \
coins.cpp \
compressor.cpp \
core.cpp \
core/block.cpp \
core/transaction.cpp \
core_read.cpp \
core_write.cpp \