diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-31 22:42:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 22:42:10 +0300 |
commit | 00cda69b883d6354f093be6ee39a7936cb798979 (patch) | |
tree | f1daa290abfb53180bd8420a45fe6dff1c7a2ab3 /src/Makefile.am | |
parent | 5919cdc663d5f60a8c5cc7e50ad0c43a18cf9829 (diff) | |
download | plus-00cda69b883d6354f093be6ee39a7936cb798979.tar.gz plus-00cda69b883d6354f093be6ee39a7936cb798979.tar.bz2 plus-00cda69b883d6354f093be6ee39a7936cb798979.tar.xz plus-00cda69b883d6354f093be6ee39a7936cb798979.zip |
move being related files into being dir.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 252aa05f7..302194821 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -569,11 +569,11 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ test/testmain.h \ actionmanager.cpp \ actionmanager.h \ - actor.cpp \ - actor.h \ - actorsprite.cpp \ - actorsprite.h \ - actorspritelistener.h \ + being/actor.cpp \ + being/actor.h \ + being/actorsprite.cpp \ + being/actorsprite.h \ + being/actorspritelistener.h \ actorspritemanager.cpp \ actorspritemanager.h \ animatedsprite.cpp \ @@ -586,9 +586,9 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ auctionmanager.h \ avatar.cpp \ avatar.h \ - being.cpp \ - being.h \ - beingcacheentry.h \ + being/being.cpp \ + being/being.h \ + being/beingcacheentry.h \ beingequipbackend.cpp \ beingequipbackend.h \ spellmanager.cpp \ @@ -601,8 +601,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ commandhandler.h \ commands.cpp \ commands.h \ - compoundsprite.cpp \ - compoundsprite.h \ + being/compoundsprite.cpp \ + being/compoundsprite.h \ configlistener.h \ configuration.cpp \ configuration.h \ @@ -664,8 +664,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ input/keyinput.cpp \ input/keyinput.h \ localconsts.h \ - localplayer.cpp \ - localplayer.h \ + being/localplayer.cpp \ + being/localplayer.h \ logger.cpp \ logger.h \ main.cpp \ @@ -698,10 +698,10 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ particle/particleemitterprop.h \ party.cpp \ party.h \ - playerinfo.cpp \ - playerinfo.h \ - playerrelations.cpp \ - playerrelations.h \ + being/playerinfo.cpp \ + being/playerinfo.h \ + being/playerrelations.cpp \ + being/playerrelations.h \ position.cpp \ position.h \ properties.h \ |