blob: 6a7ff6a4befaafeb7202ce99edce7d58c55afcf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
themedir = $(datadir)/icons/HighContrast-SVG
size = scalable
context = places
icondir = $(themedir)/$(size)/$(context)
icon_DATA = \
library-internet-radio.svg \
library-podcast.svg \
playlist.svg \
playlist-automatic.svg
EXTRA_DIST = \
$(icon_DATA)
|