summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-10 23:53:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-10 23:53:20 +0300
commita12b573538c7816ba3f79cc0c67fc98614e1fdc2 (patch)
treefca2b3b2315164b73416955241fea5507c106659 /src/Makefile.am
parent051d2ee3bc0ec387acde86081d999b1c90a7806f (diff)
downloadplus-a12b573538c7816ba3f79cc0c67fc98614e1fdc2.tar.gz
plus-a12b573538c7816ba3f79cc0c67fc98614e1fdc2.tar.bz2
plus-a12b573538c7816ba3f79cc0c67fc98614e1fdc2.tar.xz
plus-a12b573538c7816ba3f79cc0c67fc98614e1fdc2.zip
Add empty mail2handler.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 88478e3c5..d52b6bac8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1750,6 +1750,8 @@ SRC += \
net/tmwa/homunculushandler.h \
net/tmwa/mailhandler.cpp \
net/tmwa/mailhandler.h \
+ net/tmwa/mail2handler.cpp \
+ net/tmwa/mail2handler.h \
net/tmwa/maphandler.cpp \
net/tmwa/maphandler.h \
net/tmwa/markethandler.cpp \
@@ -1811,6 +1813,7 @@ SRC += gui/windows/bankwindow.cpp \
net/homunculushandler.h \
net/hostsgroup.h \
net/mailhandler.h \
+ net/mail2handler.h \
net/maphandler.h \
net/markethandler.h \
net/mercenaryhandler.h \
@@ -1901,6 +1904,8 @@ SRC += gui/windows/bankwindow.cpp \
net/eathena/loginrecv.h \
net/eathena/mailhandler.cpp \
net/eathena/mailhandler.h \
+ net/eathena/mail2handler.cpp \
+ net/eathena/mail2handler.h \
net/eathena/mailrecv.cpp \
net/eathena/mailrecv.h \
net/eathena/maphandler.cpp \