summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-27 00:11:11 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-27 00:20:29 +0300
commit6a5aad6c537322ac5b54cde85271a560579d17ca (patch)
treec91643642ccff2e4f45e10b982cc512bc420bb1a /src/Makefile.am
parentbf966d287a973ad9134c31d8c37cb471832088d2 (diff)
downloadplus-6a5aad6c537322ac5b54cde85271a560579d17ca.tar.gz
plus-6a5aad6c537322ac5b54cde85271a560579d17ca.tar.bz2
plus-6a5aad6c537322ac5b54cde85271a560579d17ca.tar.xz
plus-6a5aad6c537322ac5b54cde85271a560579d17ca.zip
Build auctionhandler 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 195f2ba27..3578a0d11 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/auctionhandler.h \
net/bankhandler.h \
net/cashshophandler.h \
net/beinghandler.h \
@@ -1257,8 +1256,6 @@ manaplus_SOURCES += \
gui/windows/shopselldialog.h \
net/tmwa/adminhandler.cpp \
net/tmwa/adminhandler.h \
- net/tmwa/auctionhandler.cpp \
- net/tmwa/auctionhandler.h \
net/tmwa/bankhandler.cpp \
net/tmwa/bankhandler.h \
net/tmwa/cashshophandler.cpp \
@@ -1354,6 +1351,9 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
listeners/vendingmodelistener.h \
listeners/vendingslotslistener.cpp \
listeners/vendingslotslistener.h \
+ net/auctionhandler.h \
+ net/tmwa/auctionhandler.cpp \
+ net/tmwa/auctionhandler.h \
net/eathena/adminhandler.cpp \
net/eathena/adminhandler.h \
net/eathena/auctionhandler.cpp \