summaryrefslogtreecommitdiff
path: root/icon-themes/HighContrastLargePrintInverse/36x36/animations/Makefile.am
blob: 2d38d97ae58d9fa9e6504571cf97cb945dc39189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NULL=

themedir = $(datadir)/icons/HighContrastLargePrintInverse
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