summaryrefslogtreecommitdiff
path: root/mate/Makefile.am
blob: 1b77f839da6e2176b9c88f229212b3e705751659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
MAKEFLAGS = --silent
MAKEFLAGS += --no-print-directory

NULL =

themedir = $(datadir)/icons/mate

DIMENSIONS = \
	16x16 \
	22x22 \
	24x24 \
	32x32 \
	48x48 \
	256x256 \
	$(NULL)

SUBDIRS = \
	$(DIMENSIONS) \
	scalable \
	scalable-up-to-32 \
	$(NULL)

DIST_SUBDIRS = \
	$(DIMENSIONS) \
	scalable \
	scalable-up-to-32 \
	$(NULL)