aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/22x22/apps/Makefile.am
blob: 9f65c874dcb15913509314a997a0270111172601 (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 = \
    gnome-web-browser.png

noinst_DATA = \
    gnome-web-browser.svg

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