Skip to content

Commit a7c949f

Browse files
committed
[build] Add temp_bitcoin_locale_qrc to CLEAN_QT to fix make distcheck
1 parent 3bdf242 commit a7c949f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.qt.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ $(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_MOVIES)
439439
$(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $< | \
440440
$(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
441441

442-
CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno
442+
CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno qt/temp_bitcoin_locale.qrc
443443

444444
CLEANFILES += $(CLEAN_QT)
445445

0 commit comments

Comments
 (0)