aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/22x22/apps/Makefile.am
blob: 093da0bb845efecbf186c4eac3609a009ee19ef4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
themedir = $(datadir)/icons/hicolor
size = 22x22
context = apps

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

icons_DATA = \
    epiphany.png

noinst_DATA = \
    epiphany.svg

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