summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-28 03:27:26 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-28 22:22:17 +0300
commit0cc6167c407c1cf18158ca0e154a3b1cab48853d (patch)
treef1e0fe4300113d3bb969bc72e5712ec84b4e2ab5 /src/Makefile.am
parent7b15124d28592ee7b9248c9ff3b19e710c1ce4ee (diff)
downloadmv-0cc6167c407c1cf18158ca0e154a3b1cab48853d.tar.gz
mv-0cc6167c407c1cf18158ca0e154a3b1cab48853d.tar.bz2
mv-0cc6167c407c1cf18158ca0e154a3b1cab48853d.tar.xz
mv-0cc6167c407c1cf18158ca0e154a3b1cab48853d.zip
Extract shared logic from charserverhandler and loginhandler netcode to ea namespace.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 832251436..f410bde31 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -666,7 +666,12 @@ manaplus_SOURCES += \
net/ea/beinghandler.h \
net/ea/buysellhandler.cpp \
net/ea/buysellhandler.h \
+ net/ea/charserverhandler.cpp \
+ net/ea/charserverhandler.h \
+ net/ea/loginhandler.cpp \
+ net/ea/loginhandler.h \
net/ea/eaprotocol.h \
+ net/ea/token.h \
net/tmwa/gui/guildtab.cpp \
net/tmwa/gui/guildtab.h \
net/tmwa/gui/partytab.cpp \
@@ -710,7 +715,6 @@ manaplus_SOURCES += \
net/tmwa/protocol.h \
net/tmwa/specialhandler.cpp \
net/tmwa/specialhandler.h \
- net/tmwa/token.h \
net/tmwa/tradehandler.cpp \
net/tmwa/tradehandler.h