aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2015-06-25 11:28:31 +0100
committerRoss Nicoll <[email protected]>2018-09-19 19:21:49 +0100
commit8c0468c2d227e484f36ff24e3e420ad84312203a (patch)
tree04a65bbfdc89d768341faa7a5a011482dec53402 /src/Makefile.am
parentReplace consensus values with Dogecoin equivalents (diff)
downloaddiscoin-8c0468c2d227e484f36ff24e3e420ad84312203a.tar.xz
discoin-8c0468c2d227e484f36ff24e3e420ad84312203a.zip
Add Dogecoin block subsidy calculations.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 76dbbced6..cc0dc4f9a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,6 +98,8 @@ BITCOIN_CORE_H = \
core_io.h \
core_memusage.h \
cuckoocache.h \
+ dogecoin.cpp \
+ dogecoin.h \
httprpc.h \
httpserver.h \
indirectmap.h \