summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-24 17:16:48 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-24 17:16:48 +0300
commit699835e4664fd4e22d7178b40897e0fd4b366a93 (patch)
tree30ae84a635517b5eae5da6baa5ce03602d690664 /src/Makefile.am
parentaf0c242bf6a09b0e45ddfd04214bcc76925debbb (diff)
downloadplus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.gz
plus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.bz2
plus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.xz
plus-699835e4664fd4e22d7178b40897e0fd4b366a93.zip
Move receive code from buyingstorehandler 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 66217fd05..810e2529f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1388,6 +1388,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/beinghandler.h \
net/eathena/buyingstorehandler.cpp \
net/eathena/buyingstorehandler.h \
+ net/eathena/buyingstorerecv.cpp \
+ net/eathena/buyingstorerecv.h \
net/eathena/beingtype.h \
net/eathena/buysellhandler.cpp \
net/eathena/buysellhandler.h \