summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-20 17:55:49 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-20 17:55:49 +0300
commit2a506c72f0690b1b73034ce1d6911a1abba74029 (patch)
tree0bfffb22e4b8e58932f3f7bd5805cd7efcac343b /src/Makefile.am
parentfc34c84d4ef4a51b49297dabffc8c3aa936c9588 (diff)
downloadplus-2a506c72f0690b1b73034ce1d6911a1abba74029.tar.gz
plus-2a506c72f0690b1b73034ce1d6911a1abba74029.tar.bz2
plus-2a506c72f0690b1b73034ce1d6911a1abba74029.tar.xz
plus-2a506c72f0690b1b73034ce1d6911a1abba74029.zip
Move spritedef into sprite 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 8a26916fb..7b446fb73 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -384,8 +384,8 @@ SRC += events/actionevent.h \
resources/soundeffect.h \
resources/soundinfo.h \
resources/spriteaction.h \
- resources/spritedef.cpp \
- resources/spritedef.h \
+ resources/sprite/spritedef.cpp \
+ resources/sprite/spritedef.h \
resources/spritedirection.h \
resources/subimage.cpp \
resources/subimage.h \