blob: 318d7308f6a2b2547a684293afd43155372685d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
NULL=
themedir = $(datadir)/icons/HighContrastLargePrint
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
|