aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/32x32/actions/Makefile.am
blob: 47d797b81c18f9322435376026b53beffb04c346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
themedir = $(pkgdatadir)/icons/hicolor
size = 32x32
context = actions

iconsdir = $(themedir)/$(size)/$(context)

icons_DATA = \
    bookmark-view.png   \
    history-view.png    \
    location-entry.png

noinst_DATA = \
    bookmark-view.svg   \
    history-view.svg    \
    location-entry.svg

EXTRA_DIST = \
    $(icons_DATA)   \
    $(noinst_DATA)