mirror of https://github.com/GNOME/gimp.git
cursors: oops, I optimized generation of resource files away
This commit is contained in:
parent
27badebb23
commit
ab9aa50925
|
@ -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 $@; \
|
||||
|
|
Loading…
Reference in New Issue