blob: b8e5af13fc9c191010d52a159a88b2abcb65b5a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
NULL=
themedir = $(datadir)/icons/ContrastHigh
size = scalable
context = emblems
icondir = $(themedir)/$(size)/$(context)
icon_DATA= \
emblem-default.svg \
emblem-documents.svg \
emblem-downloads.svg \
emblem-favorite.svg \
emblem-important.svg \
emblem-mail.svg \
emblem-photos.svg \
emblem-readonly.svg \
emblem-symbolic-link.svg \
emblem-system.svg \
emblem-unreadable.svg
EXTRA_DIST= $(icon_DATA)
|