summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-27 19:30:54 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-27 19:30:54 +0300
commitd3044d1572e42a28d21590aff4499896cd2e2b92 (patch)
tree63779434eddc63c8260d7702f3a931a9ffb21074 /src/Makefile.am
parentc2971f5450a78df4c54b45a8b460280f1b8ffeef (diff)
downloadplus-d3044d1572e42a28d21590aff4499896cd2e2b92.tar.gz
plus-d3044d1572e42a28d21590aff4499896cd2e2b92.tar.bz2
plus-d3044d1572e42a28d21590aff4499896cd2e2b92.tar.xz
plus-d3044d1572e42a28d21590aff4499896cd2e2b92.zip
Move receive code from maphandler 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 cadf09784..6d34cc7c7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1486,6 +1486,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/mailrecv.h \
net/eathena/maphandler.cpp \
net/eathena/maphandler.h \
+ net/eathena/maprecv.cpp \
+ net/eathena/maprecv.h \
net/eathena/maptypeproperty2.h \
net/eathena/markethandler.cpp \
net/eathena/markethandler.h \