summaryrefslogtreecommitdiff
path: root/data/icons/scalable/devices/Makefile.am
blob: 404f6e5e46f4426395c657c863c731888d3644b2 (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/hicolor
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