cursors: oops, I optimized generation of resource files away

This commit is contained in:
Michael Natterer 2018-05-28 20:09:09 +02:00
parent 27badebb23
commit ab9aa50925
1 changed files with 3 additions and 2 deletions

View File

@ -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 $@; \