[build] Remove CreateJoinSplit for now due to failing linkage

This commit is contained in:
Jon Layton 2018-10-17 01:07:04 -05:00
parent 59971d2b4b
commit e9d907ebae
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
noinst_PROGRAMS += \
zcash/GenerateParams \
zcash/CreateJoinSplit
zcash/GenerateParams
# zcash/CreateJoinSplit
# tool for generating our public parameters
zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
@ -15,6 +15,7 @@ zcash_GenerateParams_LDADD = \
$(LIBZCASH_LIBS)
# tool for profiling the creation of joinsplits
# TODO: util.h include + localization is currently causing this to fail build
zcash_CreateJoinSplit_SOURCES = zcash/CreateJoinSplit.cpp
zcash_CreateJoinSplit_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
zcash_CreateJoinSplit_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)