blob: 23967c6f42a4ee6fe40081e3d0bd132ca021fc60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
themedir = $(datadir)/icons/hicolor
size = 24x24
context = apps
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
gnome-web-browser.png
noinst_DATA =
EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)
|