diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1b365ed6f..55010ba10 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -642,8 +642,8 @@ SRC += events/actionevent.h \ render/shaders/shadersmanager.h \ resources/animation/animation.cpp \ resources/animation/animation.h \ - simpleanimation.cpp \ - simpleanimation.h \ + resources/animation/simpleanimation.cpp \ + resources/animation/simpleanimation.h \ resources/sprite/sprite.h \ const/sound.h \ soundmanager.cpp \ |