diff options
author | jtimon <jtimon@monetize.io> | 2014-03-10 08:46:53 -0700 |
---|---|---|
committer | jtimon <jtimon@monetize.io> | 2014-06-23 23:10:24 +0200 |
commit | df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e (patch) | |
tree | f8651a97cf4617ce0a867f964f5c70b0f2bf8090 /src/Makefile.am | |
parent | 36db6633c314b0f41aeee856f74a8d5d59334dbb (diff) |
Refactor proof of work related functions out of main
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5ecded442c..7e7fa0c3ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,6 +71,7 @@ BITCOIN_CORE_H = \ netbase.h \ net.h \ noui.h \ + pow.h \ protocol.h \ rpcclient.h \ rpcprotocol.h \ @@ -121,6 +122,7 @@ libbitcoin_server_a_SOURCES = \ miner.cpp \ net.cpp \ noui.cpp \ + pow.cpp \ rpcblockchain.cpp \ rpcmining.cpp \ rpcmisc.cpp \ |