blob: 90c811aef2621420d609bedfb11d0beef0576e5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
themedir = $(datadir)/icons/hicolor
size = 22x22
context = apps
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
mate-netspeed-applet.png
EXTRA_DIST = \
$(icons_DATA)
|