diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:56:56 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:56:56 -0700 |
| commit | 42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622 (patch) | |
| tree | 5ee83fd64a21f643e730182ed5dbe3eafab9f15a /src/Makefile.test.include | |
| parent | really s/Doge/Dis/g this time (diff) | |
| download | archived-discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz archived-discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip | |
s/DOGE/DIS/g
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index f7e2fa9d5..c81444faa 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -152,14 +152,14 @@ endif test_test_discoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) test_test_discoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) $(EVENT_CFLAGS) -test_test_discoin_LDADD = $(LIBDOGECOIN_SERVER) $(LIBDOGECOIN_CLI) $(LIBDOGECOIN_COMMON) $(LIBDOGECOIN_UTIL) $(LIBDOGECOIN_CONSENSUS) $(LIBDOGECOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ +test_test_discoin_LDADD = $(LIBDISCOIN_SERVER) $(LIBDISCOIN_CLI) $(LIBDISCOIN_COMMON) $(LIBDISCOIN_UTIL) $(LIBDISCOIN_CONSENSUS) $(LIBDISCOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ $(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1) $(EVENT_LIBS) test_test_discoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) if ENABLE_WALLET -test_test_discoin_LDADD += $(LIBDOGECOIN_WALLET) +test_test_discoin_LDADD += $(LIBDISCOIN_WALLET) endif -test_test_discoin_LDADD += $(LIBDOGECOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) +test_test_discoin_LDADD += $(LIBDISCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) test_test_discoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static if ENABLE_ZMQ @@ -175,11 +175,11 @@ test_test_discoin_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLA test_test_discoin_fuzzy_LDADD = \ $(LIBUNIVALUE) \ - $(LIBDOGECOIN_SERVER) \ - $(LIBDOGECOIN_COMMON) \ - $(LIBDOGECOIN_UTIL) \ - $(LIBDOGECOIN_CONSENSUS) \ - $(LIBDOGECOIN_CRYPTO) \ + $(LIBDISCOIN_SERVER) \ + $(LIBDISCOIN_COMMON) \ + $(LIBDISCOIN_UTIL) \ + $(LIBDISCOIN_CONSENSUS) \ + $(LIBDISCOIN_CRYPTO) \ $(LIBSECP256K1) test_test_discoin_fuzzy_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS) |