@@ -281,17 +281,16 @@ BITCOIN_CORE_H = \
281
281
xion/accumulatorcheckpoints.h \
282
282
xion/accumulatorcheckpoints.json.h \
283
283
xion/accumulatormap.h \
284
- xion/deterministicmint.h \
285
284
xion/xionchain.h \
286
285
xion/xionmodule.h \
287
286
xion/witness.h \
288
287
xion/zerocoin.h \
288
+ xion/zerocoindb.h \
289
289
zmq/zmqabstractnotifier.h \
290
290
zmq/zmqconfig.h\
291
291
zmq/zmqnotificationinterface.h \
292
292
zmq/zmqpublishnotifier.h
293
293
294
-
295
294
obj/build.h : FORCE
296
295
@$(MKDIR_P ) $(builddir ) /obj
297
296
@$(top_srcdir ) /share/genbuild.sh " $( abs_top_builddir) /src/obj/build.h" \
@@ -429,7 +428,11 @@ libion_wallet_a_SOURCES = \
429
428
wallet/rpcwallet.cpp \
430
429
wallet/wallet.cpp \
431
430
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 \
433
436
$(BITCOIN_CORE_H )
434
437
435
438
libioncore_a_CPPFLAGS = $(AM_CPPFLAGS ) $(BITCOIN_INCLUDES )
@@ -635,6 +638,11 @@ libion_common_a_SOURCES = \
635
638
script/sign.cpp \
636
639
script/standard.cpp \
637
640
warnings.cpp \
641
+ xion/accumulators.cpp \
642
+ xion/accumulatorcheckpoints.cpp \
643
+ xion/accumulatormap.cpp \
644
+ xion/deterministicmint.cpp \
645
+ xion/zerocoin.cpp \
638
646
$(BITCOIN_CORE_H )
639
647
640
648
# util: shared between all executables.
@@ -804,7 +812,7 @@ CLEANFILES += univalue/*.gcda univalue/*.gcno
804
812
CLEANFILES += wallet/*.gcda wallet/*.gcno
805
813
CLEANFILES += wallet/test/*.gcda wallet/test/*.gcno
806
814
CLEANFILES += zmq/*.gcda zmq/*.gcno
807
- CLEANFILES += obj/build.h
815
+ CLEANFILES += xion/*.gcda xion/*.gcno
808
816
809
817
IMMER_DIST = immer
810
818
0 commit comments