summaryrefslogtreecommitdiff
path: root/icon-themes/ContrastHigh/36x36/animations/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-08 23:25:57 +0100
committerraveit65 <[email protected]>2014-11-08 23:29:30 +0100
commit84bb8e9abb883a1804cb5f995d48dce4fd72b9f2 (patch)
treefbc1875d589d654fa5daade3cd32e94695b2b3d7 /icon-themes/ContrastHigh/36x36/animations/Makefile.am
parentb0bd2d78629c13ca32b00da2a8c9b741632c0b58 (diff)
downloadmate-themes-84bb8e9abb883a1804cb5f995d48dce4fd72b9f2.tar.bz2
mate-themes-84bb8e9abb883a1804cb5f995d48dce4fd72b9f2.tar.xz
add some more icons for contrasthigh icon theme
Diffstat (limited to 'icon-themes/ContrastHigh/36x36/animations/Makefile.am')
-rw-r--r--icon-themes/ContrastHigh/36x36/animations/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/icon-themes/ContrastHigh/36x36/animations/Makefile.am b/icon-themes/ContrastHigh/36x36/animations/Makefile.am
deleted file mode 100644
index 45650b6d..00000000
--- a/icon-themes/ContrastHigh/36x36/animations/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-NULL=
-
-themedir = $(datadir)/icons/ContrastHigh
-size = 36x36
-context = animations
-
-icondir = $(themedir)/$(size)/$(context)
-
-icon_DATA= \
- process-idle.png \
- process-working.png \
- $(NULL)
-
-EXTRA_DIST= $(icon_DATA)
-
-if LEGACY_ICON_MAPPING
-install-data-local: install-iconDATA
- (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
-endif