diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:50:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:50:06 +0300 |
commit | c4269ec3066959725f0f1d7670a14eadc8831a76 (patch) | |
tree | 2a91b3f9f10e5b5e8c4d90f8fc9b1b157059107a /src/Makefile.am | |
parent | 982d842ce7006888cb943249efaa59db9607346d (diff) | |
download | mv-c4269ec3066959725f0f1d7670a14eadc8831a76.tar.gz mv-c4269ec3066959725f0f1d7670a14eadc8831a76.tar.bz2 mv-c4269ec3066959725f0f1d7670a14eadc8831a76.tar.xz mv-c4269ec3066959725f0f1d7670a14eadc8831a76.zip |
Move imagesprite into sprite directory.
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 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 \ |