From ab9aa5092517933891481413ac78cfbeefebbe4f Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 28 May 2018 20:09:09 +0200 Subject: [PATCH] cursors: oops, I optimized generation of resource files away --- cursors/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cursors/Makefile.am b/cursors/Makefile.am index dd366cee8d..0563fb602f 100644 --- a/cursors/Makefile.am +++ b/cursors/Makefile.am @@ -87,11 +87,12 @@ EXTRA_DIST = \ $(CURSOR_IMAGES) \ gimp-tool-cursors.xcf -CLEANFILES = \ - $(noinst_DATA) \ +noinst_DATA = \ gimp-tool-cursors.gresource.xml \ gimp-color-picker-cursors.gresource.xml +CLEANFILES = $(noinst_DATA) + gimp-tool-cursors.gresource.xml: $(CURSOR_IMAGES) Makefile.am $(AM_V_GEN) ( rm -f $@; \