diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-24 17:16:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-24 17:16:48 +0300 |
commit | 699835e4664fd4e22d7178b40897e0fd4b366a93 (patch) | |
tree | 30ae84a635517b5eae5da6baa5ce03602d690664 /src/Makefile.am | |
parent | af0c242bf6a09b0e45ddfd04214bcc76925debbb (diff) | |
download | plus-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.am | 2 |
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 \ |