summaryrefslogtreecommitdiff
path: root/data/graphics/Makefile.am
blob: 6a4d65d80f89d9535c77b85a498467e7a28d4db2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
graphicsdir = $(pkgdatadir)/data/graphics

graphics_DATA =				\
	target-cursor-in-range-l.png	\
	target-cursor-in-range-m.png	\
	target-cursor-in-range-s.png	\
	target-cursor-normal-l.png	\
	target-cursor-normal-m.png	\
	target-cursor-normal-s.png

SUBDIRS = gui images

EXTRA_DIST =				\
	$(graphics_DATA) \
	CMakeLists.txt