diff options
author | Forge <jgrimbert@free.fr> | 2009-01-04 20:18:25 +0100 |
---|---|---|
committer | Forge <jgrimbert@free.fr> | 2009-01-04 20:18:25 +0100 |
commit | fde40d91bceb1c7e7818d898f8731089ff87a9f4 (patch) | |
tree | 9f0f446664f2016e510da5983f548c176a330658 /src/Makefile.am | |
parent | 0bfa55e0fe6e73bec360658eb8b0660178a60d55 (diff) | |
download | mana-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.gz mana-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.bz2 mana-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.xz mana-fde40d91bceb1c7e7818d898f8731089ff87a9f4.zip |
Smiley step 1.91, the little part to make it work
TODO list of 1.9 still intact.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 658f3a10..382f33e0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,12 +49,20 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/inttextbox.cpp \ gui/inventorywindow.cpp \ gui/inventorywindow.h \ + gui/smileywindow.cpp \ + gui/smileywindow.h \ + gui/smileycontainer.cpp \ + gui/smileycontainer.h \ gui/itemcontainer.cpp \ gui/itemcontainer.h \ gui/itemshortcutcontainer.cpp \ gui/itemshortcutcontainer.h \ - gui/itemshortcutwindow.cpp \ - gui/itemshortcutwindow.h \ + gui/shortcutwindow.cpp \ + gui/shortcutwindow.h \ + gui/smileyshortcutcontainer.cpp \ + gui/smileyshortcutcontainer.h \ + gui/shortcutcontainer.cpp \ + gui/shortcutcontainer.h \ gui/item_amount.cpp \ gui/item_amount.h \ gui/linkhandler.h \ |