diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-16 23:08:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-16 23:08:07 +0300 |
commit | 0561612345f979a3c59ed4feeeddf6491974905a (patch) | |
tree | cc8697f8628f34671bb388a86fbfb11ae0015151 /src/Makefile.am | |
parent | f6b355a4237ddcfa49ab07a1083777a9d171675d (diff) | |
download | plus-0561612345f979a3c59ed4feeeddf6491974905a.tar.gz plus-0561612345f979a3c59ed4feeeddf6491974905a.tar.bz2 plus-0561612345f979a3c59ed4feeeddf6491974905a.tar.xz plus-0561612345f979a3c59ed4feeeddf6491974905a.zip |
Build vendingslotslistener only if eathena support enabled.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
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 \ |