summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-27 00:25:45 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-27 00:25:45 +0300
commit2327e221128fb7c0b4a46cb71cf2cff8f3772654 (patch)
treebec78d2dbf786c7705ac49bc08300b8c0717c5cf /src/Makefile.am
parent6a5aad6c537322ac5b54cde85271a560579d17ca (diff)
downloadplus-2327e221128fb7c0b4a46cb71cf2cff8f3772654.tar.gz
plus-2327e221128fb7c0b4a46cb71cf2cff8f3772654.tar.bz2
plus-2327e221128fb7c0b4a46cb71cf2cff8f3772654.tar.xz
plus-2327e221128fb7c0b4a46cb71cf2cff8f3772654.zip
Build bankhandler only if eathena enabled.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3578a0d11..b8046e64b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -645,7 +645,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/windows/worldselectdialog.cpp \
gui/windows/worldselectdialog.h \
net/adminhandler.h \
- net/bankhandler.h \
net/cashshophandler.h \
net/beinghandler.h \
net/buyingstorehandler.h \
@@ -1256,8 +1255,6 @@ manaplus_SOURCES += \
gui/windows/shopselldialog.h \
net/tmwa/adminhandler.cpp \
net/tmwa/adminhandler.h \
- net/tmwa/bankhandler.cpp \
- net/tmwa/bankhandler.h \
net/tmwa/cashshophandler.cpp \
net/tmwa/cashshophandler.h \
net/tmwa/beinghandler.cpp \
@@ -1352,8 +1349,11 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
listeners/vendingslotslistener.cpp \
listeners/vendingslotslistener.h \
net/auctionhandler.h \
+ net/bankhandler.h \
net/tmwa/auctionhandler.cpp \
net/tmwa/auctionhandler.h \
+ net/tmwa/bankhandler.cpp \
+ net/tmwa/bankhandler.h \
net/eathena/adminhandler.cpp \
net/eathena/adminhandler.h \
net/eathena/auctionhandler.cpp \