Skip to content

Commit

Permalink
build - fix bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Dec 9, 2019
1 parent bb2e01c commit 17d9c21
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,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" \
Expand Down Expand Up @@ -422,6 +421,11 @@ libion_wallet_a_SOURCES = \
wallet/rpcwallet.cpp \
wallet/wallet.cpp \
wallet/walletdb.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)
Expand Down Expand Up @@ -627,6 +631,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.
Expand Down Expand Up @@ -795,6 +804,7 @@ CLEANFILES += univalue/*.gcda univalue/*.gcno
CLEANFILES += wallet/*.gcda wallet/*.gcno
CLEANFILES += wallet/test/*.gcda wallet/test/*.gcno
CLEANFILES += zmq/*.gcda zmq/*.gcno
CLEANFILES += xion/*.gcda xion/*.gcno

IMMER_DIST = immer

Expand Down

0 comments on commit 17d9c21

Please sign in to comment.