blob: fa86dee8fbbe6f82a9a48cbedea78a7a640ddf5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
pixmaps = \
cursor_cross.xpm \
cursor_hand_closed.xpm \
cursor_hand_open.xpm \
cursor_zoom_in.xpm \
cursor_zoom_out.xpm
EXTRA_DIST = \
$(pixmaps)
-include $(top_srcdir)/git.mk
|