blob: 1fe5795172ce35335b98fa3527199f2181b64838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
themedir = $(datadir)/icons/ContrastHigh-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)
|