summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 01:23:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 01:23:47 +0300
commitbf41f3154225eb49d9d6f83563f157d1f9ce3f6b (patch)
tree570eb33f7469dfe7cf3bb6912cd507b4611fa927 /src/Makefile.am
parentc1e8335738200b3c217956e897eba8f6faaf6f41 (diff)
downloadplus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.gz
plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.bz2
plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.xz
plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.zip
Move animation into animation directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 72579252d..1b365ed6f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -640,8 +640,8 @@ SRC += events/actionevent.h \
render/shaders/shaderprogram.h \
render/shaders/shadersmanager.cpp \
render/shaders/shadersmanager.h \
- resources/animation.cpp \
- resources/animation.h \
+ resources/animation/animation.cpp \
+ resources/animation/animation.h \
simpleanimation.cpp \
simpleanimation.h \
resources/sprite/sprite.h \