blob: e8934896cd49ff03d2331369d3a8dc12456b742f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
NULL=
themedir = $(datadir)/icons/ContrastHigh
size = scalable
context = apps-extra
icondir = $(themedir)/$(size)/$(context)
icon_DATA= \
brasero.svg
bug-buddy.svg
firefox-icon.svg
internet-group-chat.svg
internet-mail.svg
orca.svg
pidgin.svg
preferences-system-windows.svg
rhythmbox.svg
sound-juicer.svg
thunderbird-icon.svg
tomboy.svg
totem.svg
EXTRA_DIST= $(icon_DATA)
|