From 0542b1cd5506078a1558eb895f36df606e17622b Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 24 Jul 2018 07:45:35 -1100 Subject: [PATCH] Add dice.cpp --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index a0c474146..3b7d17e85 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -264,6 +264,7 @@ libbitcoin_server_a_SOURCES = \ cc/assets.cpp \ cc/faucet.cpp \ cc/rewards.cpp \ + cc/dice.cpp \ cc/betprotocol.cpp \ chain.cpp \ checkpoints.cpp \