From 982d842ce7006888cb943249efaa59db9607346d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 20 Dec 2015 18:33:36 +0300 Subject: Move animatedsprite into sprite directory. --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6b3c0aac5..98ad1ef6d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -682,8 +682,8 @@ manaplus_SOURCES += main.cpp \ avatar.h \ actormanager.cpp \ actormanager.h \ - animatedsprite.cpp \ - animatedsprite.h \ + resources/sprite/animatedsprite.cpp \ + resources/sprite/animatedsprite.h \ animationdelayload.cpp \ animationdelayload.h \ actions/actions.cpp \ @@ -1680,7 +1680,7 @@ check_PROGRAMS = manaplustests manaplustests_CXXFLAGS = ${manaplus_CXXFLAGS} \ -DUNITTESTS manaplustests_SOURCES = ${manaplus_SOURCES} \ - animatedsprite_unittest.cc \ + resources/sprite/animatedsprite_unittest.cc \ enums/enums_unittest.cc \ gui/windowmanager_unittest.cc \ gui/fonts/textchunklist_unittest.cc \ -- cgit v1.2.3-70-g09d2