[gimp] cursors: oops, I optimized generation of resource files away
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] cursors: oops, I optimized generation of resource files away
- Date: Mon, 28 May 2018 18:10:04 +0000 (UTC)
commit ab9aa5092517933891481413ac78cfbeefebbe4f
Author: Michael Natterer <mitch gimp org>
Date: Mon May 28 20:09:09 2018 +0200
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 $@; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]