summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-28 01:20:28 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-28 01:20:28 +0300
commita3f4d0d6b1df660fdc83da07538dc3ea51641450 (patch)
treef139dc88e863a97e78a0d172a589003176d6ab55 /src/Makefile.am
parent7e0a84fc2b7493670dc8167aafb83c3811272eb3 (diff)
downloadplus-a3f4d0d6b1df660fdc83da07538dc3ea51641450.tar.gz
plus-a3f4d0d6b1df660fdc83da07538dc3ea51641450.tar.bz2
plus-a3f4d0d6b1df660fdc83da07538dc3ea51641450.tar.xz
plus-a3f4d0d6b1df660fdc83da07538dc3ea51641450.zip
Move receive code from pethandler 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 7e13324f1..350087d44 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1525,6 +1525,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/partyrecv.h \
net/eathena/pethandler.cpp \
net/eathena/pethandler.h \
+ net/eathena/petrecv.cpp \
+ net/eathena/petrecv.h \
net/eathena/playerhandler.cpp \
net/eathena/playerhandler.h \
net/eathena/protocol.h \