summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-20 18:23:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-20 18:23:50 +0300
commita6d1f7f9abdedce7c03056408ed2172792abce53 (patch)
tree72f08877deade7b93e1386fc16d94b1a89f27c6b /src/Makefile.am
parent5b0636a4bf89b22ec5e18fd41f9c9d122034b7a8 (diff)
downloadplus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.gz
plus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.bz2
plus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.xz
plus-a6d1f7f9abdedce7c03056408ed2172792abce53.zip
Move sprite.h into sprites directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8665aff0e..6b3c0aac5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -644,7 +644,7 @@ SRC += events/actionevent.h \
resources/animation.h \
simpleanimation.cpp \
simpleanimation.h \
- sprite.h \
+ resources/sprite/sprite.h \
const/sound.h \
soundmanager.cpp \
soundmanager.h \