summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-23 17:36:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-23 17:36:35 +0300
commit5beba12b38c13c222322af111e17ed1aada62daf (patch)
treea0261be40596bc0babdb553d95601f23a35ed421 /src/Makefile.am
parent6690099a0156a2c842e77bf8bd7a306ee917a74a (diff)
downloadplus-5beba12b38c13c222322af111e17ed1aada62daf.tar.gz
plus-5beba12b38c13c222322af111e17ed1aada62daf.tar.bz2
plus-5beba12b38c13c222322af111e17ed1aada62daf.tar.xz
plus-5beba12b38c13c222322af111e17ed1aada62daf.zip
Move receive code from bankhandler 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 aaaf43fa5..ec8fae76d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1368,6 +1368,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/auction.h \
net/eathena/auctionhandler.cpp \
net/eathena/auctionhandler.h \
+ net/eathena/bank.cpp \
+ net/eathena/bank.h \
net/eathena/bankhandler.cpp \
net/eathena/bankhandler.h \
net/eathena/battlegroundhandler.cpp \