summaryrefslogtreecommitdiff
path: root/cursor-themes/Makefile.am
blob: 18b15eb06634e2a527d1bc0ca2bef153ac0fa710 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
cursordir = $(datadir)/icons/mate/cursors

cursor_DATA = \
	08e8e1c95fe2fc01f976f1e063a24ccd \
	double_arrow \
	left_ptr_watch \
	sb_h_double_arrow \
	top_side \
	arrow \
	draft_large \
	left_side \
	sb_right_arrow \
	ul_angle \
	based_arrow_down \
	draft_small \
	ll_angle \
	sb_up_arrow \
	ur_angle \
	based_arrow_up \
	fleur \
	sb_v_double_arrow \
	watch \
	bottom_left_corner \
	hand1 \
	question_arrow \
	top_left_arrow \
	X_cursor \
	bottom_right_corner \
	hand2 \
	right_ptr \
	top_left_corner \
	xterm \
	bottom_side \
	left_ptr \
	right_side \
	top_right_corner


EXTRA_DIST = $(cursor_DATA)

MAINTAINERCLEANFILES = \
	Makefile.in

-include $(top_srcdir)/git.mk