summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2008-02-28 19:51:56 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2008-02-28 19:51:56 +0000
commit9d6cab0f4b8e8ff585832a50860591e98f73ae98 (patch)
treec886cb19d5830c04be7cb5c0d056c5a3ca8af915
parentfb3cbeddd6f5d59e3f83da059b2a1d4bed2cb80f (diff)
downloadmana-client-9d6cab0f4b8e8ff585832a50860591e98f73ae98.tar.gz
mana-client-9d6cab0f4b8e8ff585832a50860591e98f73ae98.tar.bz2
mana-client-9d6cab0f4b8e8ff585832a50860591e98f73ae98.tar.xz
mana-client-9d6cab0f4b8e8ff585832a50860591e98f73ae98.zip
Added missing automake entries. Still bug in guildhandler code, plz fix it.
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a3a7bc1b..699efbe4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,6 +43,10 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \
gui/gccontainer.h \
gui/gui.cpp \
gui/gui.h \
+ gui/guildwindow.cpp \
+ gui/guildwindow.h \
+ gui/guildlistbox.cpp \
+ gui/guildlistbox.h \
gui/hbox.h \
gui/hbox.cpp \
gui/help.cpp \
@@ -155,6 +159,8 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \
net/chathandler.cpp \
net/connection.h \
net/connection.cpp \
+ net/guildhandler.cpp \
+ net/guildhandler.h \
net/internal.h \
net/internal.cpp \
net/inventoryhandler.h \