diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-11-18 10:17:22 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2014-11-18 10:17:22 -0500 |
commit | 9445b876bde34c0cc4ca9cb16fbd763fe877b8a9 (patch) | |
tree | a0d798f367f55d84ab229362e2a4432229a37fe2 /src/Makefile.am | |
parent | 27b2288f33af7d32dd4ece141c12aa1472407b9f (diff) | |
parent | e2655e0ab1fc36cd4a58a5145c53500cb7b2d4d0 (diff) |
Merge pull request #2844
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b3b41e3d17..3da833d733 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -166,6 +166,7 @@ libbitcoin_server_a_SOURCES = \ net.cpp \ noui.cpp \ pow.cpp \ + rest.cpp \ rpcblockchain.cpp \ rpcmining.cpp \ rpcmisc.cpp \ |