summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-23 07:02:32 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-23 07:02:32 -0600
commit7c360d2887216099ca8cc767f15a34fcf302803b (patch)
tree308a8889e1173a27b4c20ef608c0749449c8aa04 /src/Makefile.am
parentd3f315b45bd9055ac7f61082f5af54b863410517 (diff)
downloadmana-client-7c360d2887216099ca8cc767f15a34fcf302803b.tar.gz
mana-client-7c360d2887216099ca8cc767f15a34fcf302803b.tar.bz2
mana-client-7c360d2887216099ca8cc767f15a34fcf302803b.tar.xz
mana-client-7c360d2887216099ca8cc767f15a34fcf302803b.zip
Merge eA's command handling into CommandHandler
Also drop Aethyra's custom magic code
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 ce51b12d..17059a72 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -239,6 +239,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \
channel.h \
channelmanager.cpp \
channelmanager.h \
+ commandhandler.cpp \
+ commandhandler.h \
configlistener.h \
configuration.cpp \
configuration.h \
@@ -409,8 +411,6 @@ tmw_SOURCES += \
net/tradehandler.h \
resources/buddylist.cpp \
resources/buddylist.h \
- commandhandler.cpp \
- commandhandler.h \
guild.cpp \
guild.h
endif