summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-26 23:41:49 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-26 23:41:49 +0300
commitd1ed605d722ea17a9d5576bdb306b9f4680d646f (patch)
treed805993139afe9e350ec97ca66d44672bfb46880 /src/Makefile.am
parent1fa2a62572a46f34f7216e12814c0e932f5bd2ca (diff)
downloadplus-d1ed605d722ea17a9d5576bdb306b9f4680d646f.tar.gz
plus-d1ed605d722ea17a9d5576bdb306b9f4680d646f.tar.bz2
plus-d1ed605d722ea17a9d5576bdb306b9f4680d646f.tar.xz
plus-d1ed605d722ea17a9d5576bdb306b9f4680d646f.zip
Move receive code from homunculushandler 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 df9b030e1..9a5839036 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1453,6 +1453,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/guildrecv.h \
net/eathena/homunculushandler.cpp \
net/eathena/homunculushandler.h \
+ net/eathena/homunculusrecv.cpp \
+ net/eathena/homunculusrecv.h \
net/eathena/inventoryhandler.cpp \
net/eathena/inventoryhandler.h \
net/eathena/itemflags.h \