From 9a32384a1e1b5b70fc02bdbf4d2938d802907250 Mon Sep 17 00:00:00 2001 From: Jannis Froese Date: Mon, 17 Mar 2014 17:24:50 +0100 Subject: [PATCH] fix makefile (cherry picked from commit 3c870579107976d6b8f8bd7775a0948e5138fb77) --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index da842a9e6..4ed27688e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \