summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-03-05 20:43:41 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-03-05 20:43:41 +0000
commitc545fc021ccdaa6a253eafd649b5aebdef677047 (patch)
tree5fc4eee703aaac9decb183adec130c3cd278ce47 /src/Makefile.am
parent1b637982b44635d6326dc8fd3b62d0d0aa731320 (diff)
downloadmana-client-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.gz
mana-client-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.bz2
mana-client-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.xz
mana-client-c545fc021ccdaa6a253eafd649b5aebdef677047.zip
Now you can decide how many items to drop
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9fc479d9..7b59d450 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,6 +27,8 @@ tmw_SOURCES = graphic/spriteset.cpp \
gui/inventory.h \
gui/itemcontainer.cpp \
gui/itemcontainer.h \
+ gui/item_amount.cpp \
+ gui/item_amount.h \
gui/listbox.cpp \
gui/listbox.h \
gui/login.cpp \