X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=icons%2FMakefile.am;h=652d7be8c277cf93e518b3a3a5fc31d0868fc9ea;hp=2caedee28b6faa7bbbbfe96aae7201753cfb2e12;hb=ca59be524d6c2dcb230e000b0a1c061f9586eae4;hpb=8e4b7d318cb59f5989eee91f54ec2ee18bd730e8 diff --git a/icons/Makefile.am b/icons/Makefile.am index 2caedee..652d7be 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,7 +1,17 @@ -# $Id$ - -SUBDIRS = \ - 48x48 \ +SUBDIRS = \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ + 36x36 \ + 48x48 \ + 64x64 \ + 72x72 \ + 96x96 \ + 128x128 \ + 192x192 \ + 256x256 \ + 512x512 \ scalable gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor @@ -16,5 +26,3 @@ install-data-hook: echo "*** $(gtk_update_icon_cache)"; \ echo "***"; \ fi - -# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: