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