[gimp] icons: argh...



commit b35b27ff2f5dc57e18656d8477cf38061fdb40ff
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 21 22:27:09 2015 +0200

    icons: argh...

 icons/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 9ae3670..d48d01e 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -498,7 +498,7 @@ gimp-core-pixbufs.gresource.xml: $(CORE_IMAGES) Makefile.am
          echo '<?xml version="1.0" encoding="UTF-8"?>' > $@; \
          echo '<gresources>' >> $@; \
          echo '  <gresource prefix="/org/gimp/icons">' >> $@; \
-         for image in $(CURSOR_IMAGES); do \
+         for image in $(CORE_IMAGES); do \
            echo "    <file preprocess=\"to-pixdata\">$$image</file>" >> $@; \
          done; \
          echo '  </gresource>' >> $@; \
@@ -515,7 +515,7 @@ gimp-icon-pixbufs.gresource.xml: $(ICON_IMAGES) Makefile.am
          echo '<?xml version="1.0" encoding="UTF-8"?>' > $@; \
          echo '<gresources>' >> $@; \
          echo '  <gresource prefix="/org/gimp/icons">' >> $@; \
-         for image in $(CURSOR_IMAGES); do \
+         for image in $(ICON_IMAGES); do \
            echo "    <file preprocess=\"to-pixdata\">$$image</file>" >> $@; \
          done; \
          echo '  </gresource>' >> $@; \


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