diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-24 19:34:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-24 21:41:20 +0300 |
commit | 3b537e109df901df3da4c706f827c8d3d39a7238 (patch) | |
tree | ae5a83f71954aaeb45ce3f8d609e6f4a8dc0678c /src/Makefile.am | |
parent | 4ef35e9ef757da1db724c5d784048601144c934c (diff) | |
download | mv-3b537e109df901df3da4c706f827c8d3d39a7238.tar.gz mv-3b537e109df901df3da4c706f827c8d3d39a7238.tar.bz2 mv-3b537e109df901df3da4c706f827c8d3d39a7238.tar.xz mv-3b537e109df901df3da4c706f827c8d3d39a7238.zip |
Add basic support for eathena stable.
Can register, create char, connect to map server and get map info.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 46101b38c..b4010db58 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -790,6 +790,55 @@ manaplus_SOURCES += \ net/tmwa/tradehandler.cpp \ net/tmwa/tradehandler.h +if ENABLE_EATHENA +manaplus_CXXFLAGS += -DEATHENA_SUPPORT +manaplus_SOURCES += net/eathena/gui/guildtab.cpp \ + net/eathena/gui/guildtab.h \ + net/eathena/gui/partytab.cpp \ + net/eathena/gui/partytab.h \ + net/eathena/adminhandler.cpp \ + net/eathena/adminhandler.h \ + net/eathena/beinghandler.cpp \ + net/eathena/beinghandler.h \ + net/eathena/buysellhandler.cpp \ + net/eathena/buysellhandler.h \ + net/eathena/charserverhandler.cpp \ + net/eathena/charserverhandler.h \ + net/eathena/chathandler.cpp \ + net/eathena/chathandler.h \ + net/eathena/gamehandler.cpp \ + net/eathena/gamehandler.h \ + net/eathena/generalhandler.cpp \ + net/eathena/generalhandler.h \ + net/eathena/guildhandler.cpp \ + net/eathena/guildhandler.h \ + net/eathena/inventoryhandler.cpp \ + net/eathena/inventoryhandler.h \ + net/eathena/itemhandler.cpp \ + net/eathena/itemhandler.h \ + net/eathena/loginhandler.cpp \ + net/eathena/loginhandler.h \ + net/eathena/messagehandler.cpp \ + net/eathena/messagehandler.h \ + net/eathena/messagein.cpp \ + net/eathena/messagein.h \ + net/eathena/messageout.cpp \ + net/eathena/messageout.h \ + net/eathena/network.cpp \ + net/eathena/network.h \ + net/eathena/npchandler.cpp \ + net/eathena/npchandler.h \ + net/eathena/partyhandler.cpp \ + net/eathena/partyhandler.h \ + net/eathena/playerhandler.cpp \ + net/eathena/playerhandler.h \ + net/eathena/protocol.h \ + net/eathena/specialhandler.cpp \ + net/eathena/specialhandler.h \ + net/eathena/tradehandler.cpp \ + net/eathena/tradehandler.h +endif + manaplus_SOURCES += \ mumblemanager.cpp \ mumblemanager.h |