summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
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 \