diff options
author | Roderic Morris <roderic@ccs.neu.edu> | 2008-08-18 01:23:58 +0000 |
---|---|---|
committer | Roderic Morris <roderic@ccs.neu.edu> | 2008-08-18 01:23:58 +0000 |
commit | c8b89f9c29e16680f68d9f2ca42048f6f01423a9 (patch) | |
tree | 108aea4acaedf19cf795d6ac5cb504a22e5ae4ec /src/Makefile.am | |
parent | d55645648aab1bdf89602bdc05e7a0b356fe191b (diff) | |
download | mana-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.gz mana-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.bz2 mana-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.xz mana-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.zip |
fix bug #209, display skill icons correctly.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |