summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 22:43:29 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 22:45:07 +0300
commit940e0bbafc298553fba585e2604e9c1d0c5d37c7 (patch)
tree600c29347a8617c314af02e3ad30bf8e578afe0e /src/Makefile.am
parentc3be771906112df05821dc82539fdca2bf3d7991 (diff)
downloadplus-940e0bbafc298553fba585e2604e9c1d0c5d37c7.tar.gz
plus-940e0bbafc298553fba585e2604e9c1d0c5d37c7.tar.bz2
plus-940e0bbafc298553fba585e2604e9c1d0c5d37c7.tar.xz
plus-940e0bbafc298553fba585e2604e9c1d0c5d37c7.zip
Build pincodelistener 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 5a646a7bb..73c5e4bba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -204,8 +204,6 @@ manaplus_SOURCES += events/actionevent.h \
enums/events/mouseeventtype.h \
listeners/mouselistener.h \
listeners/openurllistener.h \
- listeners/pincodelistener.cpp \
- listeners/pincodelistener.h \
listeners/playerdeathlistener.cpp \
listeners/playerdeathlistener.h \
listeners/playerpostdeathlistener.h \
@@ -1350,6 +1348,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
listeners/buyingstoremodelistener.h \
listeners/buyingstoreslotslistener.cpp \
listeners/buyingstoreslotslistener.h \
+ listeners/pincodelistener.cpp \
+ listeners/pincodelistener.h \
net/eathena/adminhandler.cpp \
net/eathena/adminhandler.h \
net/eathena/auctionhandler.cpp \