diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 17:57:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 17:57:26 +0300 |
commit | 21f6509d7648f96c348b77babdca164cec2f0c61 (patch) | |
tree | b00fe7750917e8904697c226fd562e33cf0bb5f8 /src/Makefile.am | |
parent | 033d99ed3c25f64d006731f687e8d5847646e2d1 (diff) | |
download | plus-21f6509d7648f96c348b77babdca164cec2f0c61.tar.gz plus-21f6509d7648f96c348b77babdca164cec2f0c61.tar.bz2 plus-21f6509d7648f96c348b77babdca164cec2f0c61.tar.xz plus-21f6509d7648f96c348b77babdca164cec2f0c61.zip |
Move actionmanager into actions directory and rename to actions.
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 b73da9369..2d0f249e4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -831,8 +831,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ test/testlauncher.h \ test/testmain.cpp \ test/testmain.h \ - actionmanager.cpp \ - actionmanager.h \ + actions/actions.cpp \ + actions/actions.h \ being/actor.cpp \ being/actor.h \ being/actorsprite.cpp \ |