aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/16x16/actions/Makefile.am
blob: 6f9d8074bfce25f535daa05f5cc1bcc7129a6c0d (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 = 16x16
context = actions

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

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

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

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