summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-04-04 22:35:58 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-04-04 22:35:58 +0000
commitca03f5a83dbd379d21c20ed4e69ec6836395b694 (patch)
tree93b49faa836f53c3b65e9e78b55b9d5d487f5a7e /src/Makefile.am
parentacb216cbbd50f68710502068bec83e073128d6fc (diff)
downloadmana-client-ca03f5a83dbd379d21c20ed4e69ec6836395b694.tar.gz
mana-client-ca03f5a83dbd379d21c20ed4e69ec6836395b694.tar.bz2
mana-client-ca03f5a83dbd379d21c20ed4e69ec6836395b694.tar.xz
mana-client-ca03f5a83dbd379d21c20ed4e69ec6836395b694.zip
starting to do the trade window, i know it's not functionable and contains a lot of bugs but ill continue tomorrow.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1080accd..ef915046 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -71,7 +71,9 @@ tmw_SOURCES = graphic/spriteset.cpp \
gui/textbox.h \
gui/textfield.cpp \
gui/textfield.h \
- gui/window.cpp \
+ gui/trade.cpp \
+ gui/trade.h \
+ gui/window.cpp \
gui/window.h \
gui/windowcontainer.cpp \
gui/windowcontainer.h \