diff options
author | Ted Gould <ted@gould.cx> | 2009-12-24 13:35:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-24 13:35:04 -0600 |
commit | a8cebc5afc9c6ba071e909be137a6ca95738da95 (patch) | |
tree | 9ad429b3a9e5d2daea4bbdec5145dc7e9d4c8cc6 | |
parent | 6693370dbccb95eea12702ff32f6303f5df00197 (diff) | |
download | ayatana-indicator-session-a8cebc5afc9c6ba071e909be137a6ca95738da95.tar.gz ayatana-indicator-session-a8cebc5afc9c6ba071e909be137a6ca95738da95.tar.bz2 ayatana-indicator-session-a8cebc5afc9c6ba071e909be137a6ca95738da95.zip |
Removing more of the icons.
-rw-r--r-- | configure.ac | 7 | ||||
-rw-r--r-- | data/icons/Makefile.am | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 1a41ab1..a358f24 100644 --- a/configure.ac +++ b/configure.ac @@ -142,21 +142,14 @@ src/gtk-dialog/Makefile data/Makefile data/icons/Makefile data/icons/16x16/Makefile -data/icons/16x16/status/Makefile data/icons/16x16/actions/Makefile data/icons/22x22/Makefile -data/icons/22x22/status/Makefile data/icons/22x22/actions/Makefile data/icons/24x24/Makefile -data/icons/24x24/status/Makefile data/icons/24x24/actions/Makefile data/icons/32x32/Makefile -data/icons/32x32/status/Makefile data/icons/32x32/actions/Makefile -data/icons/48x48/Makefile -data/icons/48x48/status/Makefile data/icons/scalable/Makefile -data/icons/scalable/status/Makefile data/icons/scalable/actions/Makefile po/Makefile.in ]) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 7c42753..7394c73 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48 +SUBDIRS = scalable 16x16 22x22 24x24 32x32 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(INDICATORICONSDIR)/hicolor |