Skip to content

Commit fc745f6

Browse files
cevapckti
cevap
authored andcommittedMar 29, 2021
build - fix bug #1
1 parent fe1a075 commit fc745f6

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed
 

‎src/Makefile.am

+12-4
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,16 @@ BITCOIN_CORE_H = \
281281
xion/accumulatorcheckpoints.h \
282282
xion/accumulatorcheckpoints.json.h \
283283
xion/accumulatormap.h \
284-
xion/deterministicmint.h \
285284
xion/xionchain.h \
286285
xion/xionmodule.h \
287286
xion/witness.h \
288287
xion/zerocoin.h \
288+
xion/zerocoindb.h \
289289
zmq/zmqabstractnotifier.h \
290290
zmq/zmqconfig.h\
291291
zmq/zmqnotificationinterface.h \
292292
zmq/zmqpublishnotifier.h
293293

294-
295294
obj/build.h: FORCE
296295
@$(MKDIR_P) $(builddir)/obj
297296
@$(top_srcdir)/share/genbuild.sh "$(abs_top_builddir)/src/obj/build.h" \
@@ -429,7 +428,11 @@ libion_wallet_a_SOURCES = \
429428
wallet/rpcwallet.cpp \
430429
wallet/wallet.cpp \
431430
wallet/walletdb.cpp \
432-
wallet/walletutil.cpp \
431+
xion/deterministicmint.cpp \
432+
xion/accumulators.cpp \
433+
xion/xionmodule.cpp \
434+
xion/witness.cpp \
435+
xion/zerocoin.cpp \
433436
$(BITCOIN_CORE_H)
434437

435438
libioncore_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
@@ -635,6 +638,11 @@ libion_common_a_SOURCES = \
635638
script/sign.cpp \
636639
script/standard.cpp \
637640
warnings.cpp \
641+
xion/accumulators.cpp \
642+
xion/accumulatorcheckpoints.cpp \
643+
xion/accumulatormap.cpp \
644+
xion/deterministicmint.cpp \
645+
xion/zerocoin.cpp \
638646
$(BITCOIN_CORE_H)
639647

640648
# util: shared between all executables.
@@ -804,7 +812,7 @@ CLEANFILES += univalue/*.gcda univalue/*.gcno
804812
CLEANFILES += wallet/*.gcda wallet/*.gcno
805813
CLEANFILES += wallet/test/*.gcda wallet/test/*.gcno
806814
CLEANFILES += zmq/*.gcda zmq/*.gcno
807-
CLEANFILES += obj/build.h
815+
CLEANFILES += xion/*.gcda xion/*.gcno
808816

809817
IMMER_DIST = immer
810818

0 commit comments

Comments
 (0)
Please sign in to comment.