From 4391153705fe8d2dd9c4cf411ef130e144e6b75a Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 24 Jul 2018 09:05:31 -1100 Subject: [PATCH] Makefile --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 3b7d17e85..a44839781 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -265,6 +265,9 @@ libbitcoin_server_a_SOURCES = \ cc/faucet.cpp \ cc/rewards.cpp \ cc/dice.cpp \ + cc/lotto.cpp \ + cc/ponzi.cpp \ + cc/auction.cpp \ cc/betprotocol.cpp \ chain.cpp \ checkpoints.cpp \