diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-02 12:42:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-02 12:42:47 +0300 |
commit | 945ee5304c690d11fb3b3bac683544ac0e0fb0a9 (patch) | |
tree | 36da25e39fc9116d71845bbd556ff4d28f1d6961 /data/themes/mana/Makefile.am | |
parent | d13de51121a332cf8613a38d7ed5468f971c999f (diff) | |
download | plus-945ee5304c690d11fb3b3bac683544ac0e0fb0a9.tar.gz plus-945ee5304c690d11fb3b3bac683544ac0e0fb0a9.tar.bz2 plus-945ee5304c690d11fb3b3bac683544ac0e0fb0a9.tar.xz plus-945ee5304c690d11fb3b3bac683544ac0e0fb0a9.zip |
Add legacy target selection image in mana theme.
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) \ |