aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <[email protected]>2017-11-06 22:25:22 +0800
committerfanquake <[email protected]>2017-11-15 08:00:53 +0800
commita7c949f644d82a5b97617256fa5e8cc511b8aa5f (patch)
treef97dda190f82ab5c6f3ed1ab4e72917b9acd566b
parentMerge #11677: qa: Remove unused NodeConn members (diff)
downloaddiscoin-a7c949f644d82a5b97617256fa5e8cc511b8aa5f.tar.xz
discoin-a7c949f644d82a5b97617256fa5e8cc511b8aa5f.zip
[build] Add temp_bitcoin_locale_qrc to CLEAN_QT to fix make distcheck
-rw-r--r--src/Makefile.qt.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include
index 0767ee130..ca5711307 100644
--- a/src/Makefile.qt.include
+++ b/src/Makefile.qt.include
@@ -439,7 +439,7 @@ $(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_MOVIES)
$(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $< | \
$(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
-CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno
+CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno qt/temp_bitcoin_locale.qrc
CLEANFILES += $(CLEAN_QT)