diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 16:04:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 16:04:21 +0300 |
commit | 24e4e3c241f39c088bd6f9eb471a2c0285c4eebf (patch) | |
tree | 793f59481dfd77af416bc003dac5f15f084ef227 /src/Makefile.am | |
parent | 648b7bf6803ecb250fd095f60ed52c0ac75d0201 (diff) | |
download | plus-24e4e3c241f39c088bd6f9eb471a2c0285c4eebf.tar.gz plus-24e4e3c241f39c088bd6f9eb471a2c0285c4eebf.tar.bz2 plus-24e4e3c241f39c088bd6f9eb471a2c0285c4eebf.tar.xz plus-24e4e3c241f39c088bd6f9eb471a2c0285c4eebf.zip |
Add mailhandler for now empty.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ |