blob: 0403e676316a7035b2bd83e9b6c690111508cf9f (
plain) (
blame)
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
|
guidir = $(pkgdatadir)/data/themes/mana
gui_DATA = \
colors.xml \
emotetabs.xml \
info.xml \
mouse.png \
npc.xml \
quests.xml \
social.xml \
target-cursor-in-range-l.png \
target-cursor-in-range-l.xml \
target-cursor-in-range-m.png \
target-cursor-in-range-m.xml \
target-cursor-in-range-s.png \
target-cursor-in-range-s.xml \
target-cursor-normal-l.png \
target-cursor-normal-l.xml \
target-cursor-normal-m.png \
target-cursor-normal-m.xml \
target-cursor-normal-s.png \
target-cursor-normal-s.xml
EXTRA_DIST = \
$(gui_DATA) \
CMakeLists.txt
|