[gnome-applets] build: rebuild resource file when Makefile.am changed



commit 3f71b46158f5da9c4f497b14f44f3b35f8b88994
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Apr 7 23:28:02 2020 +0300

    build: rebuild resource file when Makefile.am changed

 gnome-applets/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-applets/Makefile.am b/gnome-applets/Makefile.am
index 78cbda566..a44c6e881 100644
--- a/gnome-applets/Makefile.am
+++ b/gnome-applets/Makefile.am
@@ -196,7 +196,7 @@ ui_files += \
        $(NULL)
 endif
 
-gnome-applets.gresource.xml: Makefile.am Makefile
+gnome-applets.gresource.xml: Makefile.am
        $(AM_V_GEN) echo '<?xml version="1.0" encoding="UTF-8"?>' > $@; \
                echo '<gresources>' >> $@; \
                echo "  <gresource prefix=\"$(GRESOURCE_PREFIX)/icons\">" >> $@; \
@@ -219,7 +219,7 @@ resource_files = \
                --generate-dependencies \
                $(builddir)/gnome-applets.gresource.xml)
 
-ga-resources.c: gnome-applets.gresource.xml $(resource_files)
+ga-resources.c: gnome-applets.gresource.xml Makefile.am $(resource_files)
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
                --target=$@ --sourcedir=$(srcdir) \
                --generate --c-name ga $<


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