summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 18:15:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 18:15:50 +0300
commit1e686fc91d98f13211d40c39bb02d427414bd1a7 (patch)
tree704709915345aefa962f6ecb11a564be43aefbb6 /src/Makefile.am
parent91639f6f2834d93e1c285bfc4060262537cc9358 (diff)
downloadplus-1e686fc91d98f13211d40c39bb02d427414bd1a7.tar.gz
plus-1e686fc91d98f13211d40c39bb02d427414bd1a7.tar.bz2
plus-1e686fc91d98f13211d40c39bb02d427414bd1a7.tar.xz
plus-1e686fc91d98f13211d40c39bb02d427414bd1a7.zip
Build buyingstoreselldialog 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 1b15adb18..95e64a21d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -460,8 +460,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/popups/createpartypopup.h \
gui/windows/buydialog.cpp \
gui/windows/buydialog.h \
- gui/windows/buyingstoreselldialog.cpp \
- gui/windows/buyingstoreselldialog.h \
gui/windows/buyselldialog.cpp \
gui/windows/buyselldialog.h \
gui/windows/changeemaildialog.cpp \
@@ -1350,6 +1348,8 @@ if ENABLE_EATHENA
manaplus_CXXFLAGS += -DEATHENA_SUPPORT
manaplus_SOURCES += gui/windows/bankwindow.cpp \
gui/windows/bankwindow.h \
+ gui/windows/buyingstoreselldialog.cpp \
+ gui/windows/buyingstoreselldialog.h \
net/eathena/adminhandler.cpp \
net/eathena/adminhandler.h \
net/eathena/auctionhandler.cpp \