diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-07-01 15:05:10 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-07-01 15:05:10 +0000 |
commit | e2297c73625aff1fd6d809b1da8879f0ae0af633 (patch) | |
tree | b4b85cbd881cdd04ad9dd964d310b2f238e80afd /src/Makefile.am | |
parent | d3ccf6a0b97ce4189eef4fde606cf5b5f93fac14 (diff) | |
download | mana-e2297c73625aff1fd6d809b1da8879f0ae0af633.tar.gz mana-e2297c73625aff1fd6d809b1da8879f0ae0af633.tar.bz2 mana-e2297c73625aff1fd6d809b1da8879f0ae0af633.tar.xz mana-e2297c73625aff1fd6d809b1da8879f0ae0af633.zip |
Updated project files.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0bbfdc20..a64cd502 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,6 +65,8 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ gui/inventorywindow.h \ gui/itemcontainer.cpp \ gui/itemcontainer.h \ + gui/itempopup.cpp \ + gui/itempopup.h gui/itemshortcutcontainer.cpp \ gui/itemshortcutcontainer.h \ gui/itemshortcutwindow.cpp \ @@ -135,6 +137,8 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ gui/skill.h \ gui/slider.cpp \ gui/slider.h \ + gui/speechbubble.cpp \ + gui/speechbubble.h \ gui/status.cpp \ gui/status.h \ gui/textbox.cpp \ |