diff options
Diffstat (limited to 'icon-themes/Fog/24x24/apps/Makefile.am')
-rw-r--r-- | icon-themes/Fog/24x24/apps/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/icon-themes/Fog/24x24/apps/Makefile.am b/icon-themes/Fog/24x24/apps/Makefile.am new file mode 100644 index 00000000..78bc72fe --- /dev/null +++ b/icon-themes/Fog/24x24/apps/Makefile.am @@ -0,0 +1,16 @@ +themedir = $(datadir)/icons/Fog +size = 24x24 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif |