summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-20 18:50:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-20 18:50:06 +0300
commitc4269ec3066959725f0f1d7670a14eadc8831a76 (patch)
tree2a91b3f9f10e5b5e8c4d90f8fc9b1b157059107a /src/Makefile.am
parent982d842ce7006888cb943249efaa59db9607346d (diff)
downloadplus-c4269ec3066959725f0f1d7670a14eadc8831a76.tar.gz
plus-c4269ec3066959725f0f1d7670a14eadc8831a76.tar.bz2
plus-c4269ec3066959725f0f1d7670a14eadc8831a76.tar.xz
plus-c4269ec3066959725f0f1d7670a14eadc8831a76.zip
Move imagesprite 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 98ad1ef6d..0f89cf44d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -706,8 +706,8 @@ manaplus_SOURCES += main.cpp \
actions/windows.h \
client.cpp \
client.h \
- imagesprite.cpp \
- imagesprite.h \
+ resources/sprite/imagesprite.cpp \
+ resources/sprite/imagesprite.h \
inventory.cpp \
inventory.h \
textcommand.cpp \