summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-07 12:45:31 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-07 12:45:31 +0000
commit5d94840c848fb0c41fb2c1d92488510936acdcd2 (patch)
tree5f2885924d1779fe8e385a1b4adff3d7a24bacd0 /src/Makefile.am
parent7692d16b78efd8a4f683150094065079df84461d (diff)
downloadmana-client-5d94840c848fb0c41fb2c1d92488510936acdcd2.tar.gz
mana-client-5d94840c848fb0c41fb2c1d92488510936acdcd2.tar.bz2
mana-client-5d94840c848fb0c41fb2c1d92488510936acdcd2.tar.xz
mana-client-5d94840c848fb0c41fb2c1d92488510936acdcd2.zip
Solved the window dragging problem.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c8923b7..d64b7b7b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,6 +31,7 @@ tmw_SOURCES = sound/sound.cpp \
gui/textbox.cpp \
gui/textfield.cpp \
gui/window.cpp \
+ gui/windowcontainer.cpp \
net/network.cpp \
net/protocol.cpp \
astar.cpp \