aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2014-11-11 04:52:43 -0500
committerJeff Garzik <jgarzik@bitpay.com>2014-11-11 04:52:43 -0500
commite2655e0ab1fc36cd4a58a5145c53500cb7b2d4d0 (patch)
treea4ebff17c00212fd883cd2089f2aef1a3cf8db0e /src/Makefile.am
parent83f5daf2fe6e2f42c81576097f4084d2788b454b (diff)
downloadbitcoin-e2655e0ab1fc36cd4a58a5145c53500cb7b2d4d0.tar.xz
Add unauthenticated HTTP REST interface to public blockchain data.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8b5d009842..2c2a96b198 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -165,6 +165,7 @@ libbitcoin_server_a_SOURCES = \
net.cpp \
noui.cpp \
pow.cpp \
+ rest.cpp \
rpcblockchain.cpp \
rpcmining.cpp \
rpcmisc.cpp \