aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qttest.include
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:56:56 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:56:56 -0700
commit42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622 (patch)
tree5ee83fd64a21f643e730182ed5dbe3eafab9f15a /src/Makefile.qttest.include
parentreally s/Doge/Dis/g this time (diff)
downloaddiscoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz
discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip
s/DOGE/DIS/g
Diffstat (limited to 'src/Makefile.qttest.include')
-rw-r--r--src/Makefile.qttest.include8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include
index 948c80c24..d6dc7afa3 100644
--- a/src/Makefile.qttest.include
+++ b/src/Makefile.qttest.include
@@ -37,14 +37,14 @@ endif
nodist_qt_test_test_discoin_qt_SOURCES = $(TEST_QT_MOC_CPP)
-qt_test_test_discoin_qt_LDADD = $(LIBDOGECOINQT) $(LIBDOGECOIN_SERVER)
+qt_test_test_discoin_qt_LDADD = $(LIBDISCOINQT) $(LIBDISCOIN_SERVER)
if ENABLE_WALLET
-qt_test_test_discoin_qt_LDADD += $(LIBDOGECOIN_WALLET)
+qt_test_test_discoin_qt_LDADD += $(LIBDISCOIN_WALLET)
endif
if ENABLE_ZMQ
-qt_test_test_discoin_qt_LDADD += $(LIBDOGECOIN_ZMQ) $(ZMQ_LIBS)
+qt_test_test_discoin_qt_LDADD += $(LIBDISCOIN_ZMQ) $(ZMQ_LIBS)
endif
-qt_test_test_discoin_qt_LDADD += $(LIBDOGECOIN_CLI) $(LIBDOGECOIN_COMMON) $(LIBDOGECOIN_UTIL) $(LIBDOGECOIN_CONSENSUS) $(LIBDOGECOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) \
+qt_test_test_discoin_qt_LDADD += $(LIBDISCOIN_CLI) $(LIBDISCOIN_COMMON) $(LIBDISCOIN_UTIL) $(LIBDISCOIN_CONSENSUS) $(LIBDISCOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) \
$(LIBMEMENV) $(BOOST_LIBS) $(QT_DBUS_LIBS) $(QT_TEST_LIBS) $(QT_LIBS) \
$(QR_LIBS) $(PROTOBUF_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(LIBSECP256K1) \
$(EVENT_PTHREADS_LIBS) $(EVENT_LIBS)