summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRoderic Morris <roderic@ccs.neu.edu>2008-08-18 01:23:58 +0000
committerRoderic Morris <roderic@ccs.neu.edu>2008-08-18 01:23:58 +0000
commitc8b89f9c29e16680f68d9f2ca42048f6f01423a9 (patch)
tree108aea4acaedf19cf795d6ac5cb504a22e5ae4ec /src/Makefile.am
parentd55645648aab1bdf89602bdc05e7a0b356fe191b (diff)
downloadmana-client-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.gz
mana-client-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.bz2
mana-client-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.xz
mana-client-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.zip
fix bug #209, display skill icons correctly.
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 2fb1f148..e7752477 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,6 +59,8 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \
gui/hbox.cpp \
gui/help.cpp \
gui/help.h \
+ gui/icon.h \
+ gui/icon.cpp \
gui/inttextbox.h \
gui/inttextbox.cpp \
gui/inventorywindow.cpp \