summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-04-06 15:12:19 +0100
committerDavid Athay <ko2fan@gmail.com>2009-04-06 15:12:19 +0100
commit004b2853d37a18a67c348c29e4500f3ef68337b5 (patch)
tree12254803a546f6082c3d3ff16ad2fa7fbaf177b1 /src/Makefile.am
parent4c6c35c638a340fb8dc5f6bad051e5024dfc1d42 (diff)
parentfa5f2c6d2adc4710cf97dfe1316791cf65d551ef (diff)
downloadmana-004b2853d37a18a67c348c29e4500f3ef68337b5.tar.gz
mana-004b2853d37a18a67c348c29e4500f3ef68337b5.tar.bz2
mana-004b2853d37a18a67c348c29e4500f3ef68337b5.tar.xz
mana-004b2853d37a18a67c348c29e4500f3ef68337b5.zip
Merge branch 'master' of git@gitorious.org:tmw/mainline
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 5fa55bc0..d84c792e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,6 +33,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \
gui/button.h \
gui/buy.cpp \
gui/buy.h \
+ gui/buysell.cpp \
+ gui/buysell.h \
gui/char_select.cpp \
gui/char_select.h \
gui/chat.cpp \
@@ -448,8 +450,6 @@ endif
if SERVER_EATHENA
tmw_CXXFLAGS += -DEATHENA_SUPPORT
tmw_SOURCES += \
- gui/buysell.cpp \
- gui/buysell.h \
gui/char_server.cpp \
gui/char_server.h \
gui/skill.cpp \