summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-23 17:26:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-23 17:26:35 +0300
commit6690099a0156a2c842e77bf8bd7a306ee917a74a (patch)
tree38c106c77098dfdf6f833b423b60bf6a7f3c0e78 /src/Makefile.am
parent93d55e71b137a43149775ac1283f20acea9a9947 (diff)
downloadplus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.gz
plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.bz2
plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.xz
plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.zip
Move receive code from auctionhandler 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 4467997b9..aaaf43fa5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1364,6 +1364,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/admin.h \
net/eathena/adminhandler.cpp \
net/eathena/adminhandler.h \
+ net/eathena/auction.cpp \
+ net/eathena/auction.h \
net/eathena/auctionhandler.cpp \
net/eathena/auctionhandler.h \
net/eathena/bankhandler.cpp \