blob: 0799d17682d95c8bdf7292bb105c33967da83f66 (
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 = 32x32
context = emblems
icondir = $(themedir)/$(size)/$(context)
icon_DATA= \
emblem-default.png \
emblem-documents.png \
emblem-favorite.png \
emblem-important.png \
emblem-music.png \
emblem-ok.png \
emblem-photos.png \
emblem-shared.png \
emblem-synchronizing.png \
emblem-system.png \
emblem-videos.png
EXTRA_DIST= $(icon_DATA)
|