diff options
Diffstat (limited to 'cursor-themes/Makefile.am')
-rw-r--r-- | cursor-themes/Makefile.am | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/cursor-themes/Makefile.am b/cursor-themes/Makefile.am new file mode 100644 index 00000000..2e2652ae --- /dev/null +++ b/cursor-themes/Makefile.am @@ -0,0 +1,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 |