blob: 24d4e984f71c67a1589cb99dab8fb3bcf8037c26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
NULL =
themedir = $(pkgdatadir)/icons/hicolor
size = 32x32
context = status
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
audio-input-microphone-high.png \
audio-input-microphone-low.png \
audio-input-microphone-medium.png \
audio-input-microphone-muted.png \
$(NULL)
EXTRA_DIST = \
$(icons_DATA) \
$(NULL)
-include $(top_srcdir)/git.mk
|