diff options
Diffstat (limited to 'data/themes/mana/Makefile.am')
-rw-r--r-- | data/themes/mana/Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/data/themes/mana/Makefile.am b/data/themes/mana/Makefile.am index 77be14b9e..0403e6763 100644 --- a/data/themes/mana/Makefile.am +++ b/data/themes/mana/Makefile.am @@ -8,7 +8,19 @@ gui_DATA = \ mouse.png \ npc.xml \ quests.xml \ - social.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) \ |