summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-27 19:58:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-27 19:58:59 +0300
commit2dbb62e760853f88a19e6e783870de156d52f8c6 (patch)
tree45bdc2d1de608a9f6580bd183c515f4282dcdfc7 /src/Makefile.am
parenta23b30e3a3051393c8abd309be7376daf699a527 (diff)
downloadplus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.gz
plus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.bz2
plus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.xz
plus-2dbb62e760853f88a19e6e783870de156d52f8c6.zip
Move receive code from mercenaryhandler into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a4a46f68a..440e257aa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1498,6 +1498,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/menutype.h \
net/eathena/mercenaryhandler.cpp \
net/eathena/mercenaryhandler.h \
+ net/eathena/mercenaryrecv.cpp \
+ net/eathena/mercenaryrecv.h \
net/eathena/messagehandler.cpp \
net/eathena/messagehandler.h \
net/eathena/messagein.cpp \