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

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

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

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

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