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

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

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

noinst_DATA = \
    download.xcf        \
    bookmark-view.xcf   \
    history-view.svg

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