From 24e4e3c241f39c088bd6f9eb471a2c0285c4eebf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 16:04:21 +0300 Subject: Add mailhandler for now empty. --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index fa20bf562..993d1ab63 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -652,6 +652,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ net/ea/inventoryitem.h \ net/logindata.h \ net/loginhandler.h \ + net/mailhandler.h \ net/messagehandler.h \ net/messagein.cpp \ net/messagein.h \ @@ -1220,6 +1221,8 @@ manaplus_SOURCES += \ net/tmwa/itemhandler.h \ net/tmwa/loginhandler.cpp \ net/tmwa/loginhandler.h \ + net/tmwa/mailhandler.cpp \ + net/tmwa/mailhandler.h \ net/tmwa/messagehandler.cpp \ net/tmwa/messagehandler.h \ net/tmwa/messagein.cpp \ @@ -1274,6 +1277,8 @@ manaplus_SOURCES += net/eathena/adminhandler.cpp \ net/eathena/itemhandler.h \ net/eathena/loginhandler.cpp \ net/eathena/loginhandler.h \ + net/eathena/mailhandler.cpp \ + net/eathena/mailhandler.h \ net/eathena/messagehandler.cpp \ net/eathena/messagehandler.h \ net/eathena/messagein.cpp \ -- cgit v1.2.3-70-g09d2