diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-16 17:56:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-16 17:56:25 +0300 |
commit | 91639f6f2834d93e1c285bfc4060262537cc9358 (patch) | |
tree | 3ebf3a3d418e6cb3f5b3fe6540009a065e484f6a /src/Makefile.am | |
parent | 88b62a5e35961c738c70ae193ee49943caf7f625 (diff) | |
download | plus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.gz plus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.bz2 plus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.xz plus-91639f6f2834d93e1c285bfc4060262537cc9358.zip |
Build BankWindow only if eathena support enabled.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cc0d41bd6..1b15adb18 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -529,8 +529,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/windows/okdialog.h \ gui/windows/outfitwindow.cpp \ gui/windows/outfitwindow.h \ - gui/windows/bankwindow.cpp \ - gui/windows/bankwindow.h \ gui/windows/botcheckerwindow.cpp \ gui/windows/botcheckerwindow.h \ gui/windows/textcommandeditor.cpp \ @@ -1350,7 +1348,9 @@ endif if ENABLE_EATHENA manaplus_CXXFLAGS += -DEATHENA_SUPPORT -manaplus_SOURCES += net/eathena/adminhandler.cpp \ +manaplus_SOURCES += gui/windows/bankwindow.cpp \ + gui/windows/bankwindow.h \ + net/eathena/adminhandler.cpp \ net/eathena/adminhandler.h \ net/eathena/auctionhandler.cpp \ net/eathena/auctionhandler.h \ |