summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 23:08:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 23:08:07 +0300
commit0561612345f979a3c59ed4feeeddf6491974905a (patch)
treecc8697f8628f34671bb388a86fbfb11ae0015151 /src/Makefile.am
parentf6b355a4237ddcfa49ab07a1083777a9d171675d (diff)
downloadmv-0561612345f979a3c59ed4feeeddf6491974905a.tar.gz
mv-0561612345f979a3c59ed4feeeddf6491974905a.tar.bz2
mv-0561612345f979a3c59ed4feeeddf6491974905a.tar.xz
mv-0561612345f979a3c59ed4feeeddf6491974905a.zip
Build vendingslotslistener only if eathena support enabled.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1193acacc..18acf1956 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -221,8 +221,6 @@ manaplus_SOURCES += events/actionevent.h \
listeners/updatestatuslistener.h \
listeners/uploadlistener.cpp \
listeners/uploadlistener.h \
- listeners/vendingslotslistener.cpp \
- listeners/vendingslotslistener.h \
utils/sdlpixel.h \
gui/widgets/widget.h \
listeners/weightlistener.h \
@@ -1350,6 +1348,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
listeners/shoprenamelistener.h \
listeners/vendingmodelistener.cpp \
listeners/vendingmodelistener.h \
+ listeners/vendingslotslistener.cpp \
+ listeners/vendingslotslistener.h \
net/eathena/adminhandler.cpp \
net/eathena/adminhandler.h \
net/eathena/auctionhandler.cpp \