[gimp] app, libgimpwidgets: add generated cursor files to CLEANFILES



commit f8477969439282b58f506d9c3216ea6675a79801
Author: Ell <ell_se yahoo com>
Date:   Thu May 31 02:56:07 2018 -0400

    app, libgimpwidgets: add generated cursor files to CLEANFILES
    
    Needed after commit a9592a59c85f79d606d06ce8e65876aade5a377a.

 app/widgets/Makefile.am    | 5 ++++-
 libgimpwidgets/Makefile.am | 7 ++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/Makefile.am b/app/widgets/Makefile.am
index 7a2d21ed46..8190af673b 100644
--- a/app/widgets/Makefile.am
+++ b/app/widgets/Makefile.am
@@ -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
diff --git a/libgimpwidgets/Makefile.am b/libgimpwidgets/Makefile.am
index 252333a3ad..6d57b377c6 100644
--- a/libgimpwidgets/Makefile.am
+++ b/libgimpwidgets/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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]