diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:33:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-28 17:20:15 +0300 |
commit | 84844f0cacc0a0f2507bba384e20a4fe7e7540cf (patch) | |
tree | 04c362bd3c712b53a57a7a00d309bf2688083b94 /src/Makefile.am | |
parent | 4a427d42fa8596f5aa1fd8a9ba346e809f9d7fae (diff) | |
download | plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.gz plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.bz2 plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.xz plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.zip |
Remove eathena flag from make files and configure.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index df47ed2ea..136e62871 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1550,12 +1550,8 @@ manaplus_SOURCES += \ net/tmwa/traderecv.cpp \ net/tmwa/traderecv.h \ net/tmwa/updateprotocol.cpp \ - net/tmwa/updateprotocol.h -endif - -if ENABLE_EATHENA -if ENABLE_TMWA -manaplus_SOURCES += net/tmwa/auctionhandler.cpp \ + net/tmwa/updateprotocol.h \ + net/tmwa/auctionhandler.cpp \ net/tmwa/auctionhandler.h \ net/tmwa/bankhandler.cpp \ net/tmwa/bankhandler.h \ @@ -1589,7 +1585,6 @@ manaplus_SOURCES += net/tmwa/auctionhandler.cpp \ net/tmwa/vendinghandler.h endif -manaplus_CXXFLAGS += -DEATHENA_SUPPORT manaplus_SOURCES += gui/windows/bankwindow.cpp \ gui/windows/bankwindow.h \ gui/windows/buyingstoreselldialog.cpp \ @@ -1802,7 +1797,6 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ net/eathena/vendinghandler.h \ net/eathena/vendingrecv.cpp \ net/eathena/vendingrecv.h -endif manaplus_SOURCES += \ mumblemanager.cpp \ |