blob: 55870be1878223196666f221771ee5228973678f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
themedir = $(datadir)/icons/hicolor
size = scalable
context = apps
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
mate-netspeed-applet.svg
noinst_DATA =
EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)
|