diff options
author | David Athay <ko2fan@gmail.com> | 2009-04-06 15:12:19 +0100 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2009-04-06 15:12:19 +0100 |
commit | 004b2853d37a18a67c348c29e4500f3ef68337b5 (patch) | |
tree | 12254803a546f6082c3d3ff16ad2fa7fbaf177b1 /src/Makefile.am | |
parent | 4c6c35c638a340fb8dc5f6bad051e5024dfc1d42 (diff) | |
parent | fa5f2c6d2adc4710cf97dfe1316791cf65d551ef (diff) | |
download | mana-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.am | 4 |
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 \ |