blob: a1325b1aaaa180fe1994d69c9f704f4d04ce6425 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
themedir = $(datadir)/icons/HighContrast-SVG
size = scalable
context = devices
icondir = $(themedir)/$(size)/$(context)
icon_DATA = \
media-flash.svg
EXTRA_DIST = \
$(icon_DATA)
|