blob: 2e5bf5d55fa60d4219c51e0dd7fa80512d9b2ac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
NULL=
themedir = $(datadir)/icons/ContrastHigh
size = scalable
context = actions-extra
icondir = $(themedir)/$(size)/$(context)
icon_DATA= \
bookmark-view.svg \
history-view.svg
EXTRA_DIST= $(icon_DATA)
|