bitcoin -> dash
Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
parent
122da986c1
commit
8cadbf622e
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,7 +11,7 @@ src/dashd
|
|||||||
src/dash-cli
|
src/dash-cli
|
||||||
src/dash-tx
|
src/dash-tx
|
||||||
src/test/test_dash
|
src/test/test_dash
|
||||||
src/test/test_bitcoin_fuzzy
|
src/test/test_dash_fuzzy
|
||||||
src/qt/test/test_dash-qt
|
src/qt/test/test_dash-qt
|
||||||
src/bench/bench_dash
|
src/bench/bench_dash
|
||||||
|
|
||||||
|
@ -127,13 +127,13 @@ test_test_dash_LDADD += $(ZMQ_LIBS)
|
|||||||
endif
|
endif
|
||||||
#
|
#
|
||||||
|
|
||||||
# test_bitcoin_fuzzy binary #
|
# test_dash_fuzzy binary #
|
||||||
test_test_bitcoin_fuzzy_SOURCES = test/test_bitcoin_fuzzy.cpp
|
test_test_dash_fuzzy_SOURCES = test/test_dash_fuzzy.cpp
|
||||||
test_test_bitcoin_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
test_test_dash_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
||||||
test_test_bitcoin_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
test_test_dash_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
||||||
test_test_bitcoin_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
test_test_dash_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
||||||
|
|
||||||
test_test_bitcoin_fuzzy_LDADD = \
|
test_test_dash_fuzzy_LDADD = \
|
||||||
$(LIBUNIVALUE) \
|
$(LIBUNIVALUE) \
|
||||||
$(LIBBITCOIN_SERVER) \
|
$(LIBBITCOIN_SERVER) \
|
||||||
$(LIBBITCOIN_COMMON) \
|
$(LIBBITCOIN_COMMON) \
|
||||||
@ -142,7 +142,7 @@ test_test_bitcoin_fuzzy_LDADD = \
|
|||||||
$(LIBBITCOIN_CRYPTO) \
|
$(LIBBITCOIN_CRYPTO) \
|
||||||
$(LIBSECP256K1)
|
$(LIBSECP256K1)
|
||||||
|
|
||||||
test_test_bitcoin_fuzzy_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS)
|
test_test_dash_fuzzy_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS)
|
||||||
#
|
#
|
||||||
|
|
||||||
nodist_test_test_dash_SOURCES = $(GENERATED_TEST_FILES)
|
nodist_test_test_dash_SOURCES = $(GENERATED_TEST_FILES)
|
||||||
|
Loading…
Reference in New Issue
Block a user