From e1de564f060d22c42511c48e0ecd94f0f6a6d1d8 Mon Sep 17 00:00:00 2001 From: cevap Date: Mon, 9 Dec 2019 20:10:12 +0100 Subject: [PATCH] build - fix bug #1 --- src/Makefile.am | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index bed36de206a10..97bc2f223f38f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -281,17 +281,16 @@ BITCOIN_CORE_H = \ xion/accumulatorcheckpoints.h \ xion/accumulatorcheckpoints.json.h \ xion/accumulatormap.h \ - xion/deterministicmint.h \ xion/xionchain.h \ xion/xionmodule.h \ xion/witness.h \ xion/zerocoin.h \ + xion/zerocoindb.h \ zmq/zmqabstractnotifier.h \ zmq/zmqconfig.h\ zmq/zmqnotificationinterface.h \ zmq/zmqpublishnotifier.h - obj/build.h: FORCE @$(MKDIR_P) $(builddir)/obj @$(top_srcdir)/share/genbuild.sh "$(abs_top_builddir)/src/obj/build.h" \ @@ -429,7 +428,11 @@ libion_wallet_a_SOURCES = \ wallet/rpcwallet.cpp \ wallet/wallet.cpp \ wallet/walletdb.cpp \ - wallet/walletutil.cpp \ + xion/deterministicmint.cpp \ + xion/accumulators.cpp \ + xion/xionmodule.cpp \ + xion/witness.cpp \ + xion/zerocoin.cpp \ $(BITCOIN_CORE_H) libioncore_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) @@ -635,6 +638,11 @@ libion_common_a_SOURCES = \ script/sign.cpp \ script/standard.cpp \ warnings.cpp \ + xion/accumulators.cpp \ + xion/accumulatorcheckpoints.cpp \ + xion/accumulatormap.cpp \ + xion/deterministicmint.cpp \ + xion/zerocoin.cpp \ $(BITCOIN_CORE_H) # util: shared between all executables. @@ -804,7 +812,7 @@ CLEANFILES += univalue/*.gcda univalue/*.gcno CLEANFILES += wallet/*.gcda wallet/*.gcno CLEANFILES += wallet/test/*.gcda wallet/test/*.gcno CLEANFILES += zmq/*.gcda zmq/*.gcno -CLEANFILES += obj/build.h +CLEANFILES += xion/*.gcda xion/*.gcno IMMER_DIST = immer