blob: e22cb77a91a7771d67d25f9fe8935f2291887c26 (
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
25
26
27
28
29
30
31
32
33
34
35
|
NULL =
themedir = $(pkgdatadir)/icons/mate
size = 48x48
context = devices
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
audio-speaker-center.svg \
audio-speaker-center-testing.svg \
audio-speaker-left-back.svg \
audio-speaker-left-back-testing.svg \
audio-speaker-left.svg \
audio-speaker-left-side.svg \
audio-speaker-left-side-testing.svg \
audio-speaker-left-testing.svg \
audio-speaker-right-back.svg \
audio-speaker-right-back-testing.svg \
audio-speaker-right.svg \
audio-speaker-right-side.svg \
audio-speaker-right-side-testing.svg \
audio-speaker-right-testing.svg \
audio-speaker-center-back-testing.svg \
audio-speaker-center-back.svg \
audio-subwoofer.svg \
audio-subwoofer-testing.svg \
$(NULL)
EXTRA_DIST = \
$(icons_DATA) \
$(NULL)
-include $(top_srcdir)/git.mk
|