From 0cc6167c407c1cf18158ca0e154a3b1cab48853d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Jul 2011 03:27:26 +0300 Subject: Extract shared logic from charserverhandler and loginhandler netcode to ea namespace. --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3-60-g2f50