fix makefile

(cherry picked from commit 3c870579107976d6b8f8bd7775a0948e5138fb77)
This commit is contained in:
Jannis Froese 2014-03-17 17:24:50 +01:00
parent de3cb14220
commit 9a32384a1e

View file

@ -57,6 +57,7 @@ BITCOIN_CORE_H = \
rpcprotocol.h \ rpcprotocol.h \
rpcserver.h \ rpcserver.h \
script.h \ script.h \
scrypt.h \
serialize.h \ serialize.h \
sync.h \ sync.h \
threadsafety.h \ threadsafety.h \
@ -107,6 +108,7 @@ libbitcoin_server_a_SOURCES = \
rpcmisc.cpp \ rpcmisc.cpp \
rpcnet.cpp \ rpcnet.cpp \
rpcrawtransaction.cpp \ rpcrawtransaction.cpp \
scrypt.cpp \
txdb.cpp \ txdb.cpp \
txmempool.cpp \ txmempool.cpp \
$(JSON_H) \ $(JSON_H) \
@ -131,6 +133,7 @@ libbitcoin_common_a_SOURCES = \
protocol.cpp \ protocol.cpp \
rpcprotocol.cpp \ rpcprotocol.cpp \
script.cpp \ script.cpp \
scrypt.cpp \
sync.cpp \ sync.cpp \
util.cpp \ util.cpp \
version.cpp \ version.cpp \