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