summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-27 00:30:34 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-27 01:51:13 +0300
commit5b9f5605671f09849e1bc59fa862e2e7e9b9e0a8 (patch)
tree6d693d8d52e0ec6b779bea0377dca04dc1f89fbb /src/Makefile.am
parent2327e221128fb7c0b4a46cb71cf2cff8f3772654 (diff)
downloadplus-5b9f5605671f09849e1bc59fa862e2e7e9b9e0a8.tar.gz
plus-5b9f5605671f09849e1bc59fa862e2e7e9b9e0a8.tar.bz2
plus-5b9f5605671f09849e1bc59fa862e2e7e9b9e0a8.tar.xz
plus-5b9f5605671f09849e1bc59fa862e2e7e9b9e0a8.zip
Build buyingstorehandler 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 b8046e64b..80d4128c5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -647,7 +647,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
net/adminhandler.h \
net/cashshophandler.h \
net/beinghandler.h \
- net/buyingstorehandler.h \
net/buysellhandler.h \
net/character.h \
net/charserverhandler.cpp \
@@ -1259,8 +1258,6 @@ manaplus_SOURCES += \
net/tmwa/cashshophandler.h \
net/tmwa/beinghandler.cpp \
net/tmwa/beinghandler.h \
- net/tmwa/buyingstorehandler.cpp \
- net/tmwa/buyingstorehandler.h \
net/tmwa/buysellhandler.cpp \
net/tmwa/buysellhandler.h \
net/tmwa/charserverhandler.cpp \
@@ -1350,10 +1347,13 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
listeners/vendingslotslistener.h \
net/auctionhandler.h \
net/bankhandler.h \
+ net/buyingstorehandler.h \
net/tmwa/auctionhandler.cpp \
net/tmwa/auctionhandler.h \
net/tmwa/bankhandler.cpp \
net/tmwa/bankhandler.h \
+ net/tmwa/buyingstorehandler.cpp \
+ net/tmwa/buyingstorehandler.h \
net/eathena/adminhandler.cpp \
net/eathena/adminhandler.h \
net/eathena/auctionhandler.cpp \