blob: d2f93f584c6eb2d05032c7a0ff2089f46b0754ef (
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
EXTRA_DIST = \
$(graphics_DATA) \
CMakeLists.txt
SUBDIRS = gui images sprites
|