mirror of https://github.com/GNOME/gimp.git
app, libgimpwidgets: add generated cursor files to CLEANFILES
Needed after commit a9592a59c8
.
This commit is contained in:
parent
ebd0a14e97
commit
f847796943
|
@ -468,7 +468,10 @@ libappwidgets_a_SOURCES = \
|
|||
# rules to generate built sources
|
||||
#
|
||||
# setup autogeneration dependencies
|
||||
gen_sources = xgen-wec
|
||||
gen_sources = \
|
||||
gimp-tool-cursors.c \
|
||||
gimp-tool-cursors.h \
|
||||
xgen-wec
|
||||
CLEANFILES = $(gen_sources)
|
||||
|
||||
xgen-wec: $(srcdir)/widgets-enums.h $(GIMP_MKENUMS) Makefile.am
|
||||
|
|
|
@ -312,7 +312,12 @@ endif
|
|||
# rules to generate built sources
|
||||
#
|
||||
# setup autogeneration dependencies
|
||||
gen_sources = xgen-wec xgen-wmh xgen-wmc
|
||||
gen_sources = \
|
||||
gimp-color-picker-cursors.c \
|
||||
gimp-color-picker-cursors.h \
|
||||
xgen-wec \
|
||||
xgen-wmh \
|
||||
xgen-wmc
|
||||
CLEANFILES = $(gen_sources)
|
||||
|
||||
xgen-wec: $(srcdir)/gimpwidgetsenums.h $(GIMP_MKENUMS) Makefile.am
|
||||
|
|
Loading…
Reference in New Issue