blob: 1d050bd7816c6c3931a6500ef86370bb98328000 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
indexthemedir = $(datadir)/icons/ContrastHigh/
SUBDIRS = \
16x16 \
22x22 \
24x24 \
32x32 \
48x48 \
256x256 \
scalable
indextheme_DATA = index.theme
EXTRA_DIST= $(indextheme_DATA)
|