[gnome-online-accounts/gnome-3-16] build: Ensure that the new 96x96 HiDpi icons actually get installed



commit f4f4dfc50441f8bd70c48ff8f8b9f1adfa385664
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Sep 16 13:52:50 2015 +0200

    build: Ensure that the new 96x96 HiDpi icons actually get installed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754142

 configure.ac           |    1 +
 data/icons/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6e0cfd0..2e2e7d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -491,6 +491,7 @@ data/icons/22x22/Makefile
 data/icons/24x24/Makefile
 data/icons/32x32/Makefile
 data/icons/48x48/Makefile
+data/icons/96x96/Makefile
 data/icons/256x256/Makefile
 data/org.gnome.online-accounts.gschema.xml
 src/Makefile
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index df588a3..f610e85 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,5 +1,5 @@
 
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 96x96 256x256
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 


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