blob: f5dfcbdd9dd756387f8b2a08bd62b1e3994cff73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
themedir = $(datadir)/icons/hicolor
size = 16x16
context = devices
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
mate-netspeed-plip.png
EXTRA_DIST = \
$(icons_DATA)
|