summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-08 16:38:22 -0700
committerIra Rice <irarice@gmail.com>2009-01-08 16:38:22 -0700
commita001775f8b0b992cc7c4c5863722d02e8606b175 (patch)
tree44dfa8ab01119022b7999b27c3031a39d9d3c186 /src/Makefile.am
parent193ccbdba8031a351ea622f8842b6d9a0b6cfd43 (diff)
parent611210b1e0fd9cbaed38b229462e109d8f4be385 (diff)
downloadMana-a001775f8b0b992cc7c4c5863722d02e8606b175.tar.gz
Mana-a001775f8b0b992cc7c4c5863722d02e8606b175.tar.bz2
Mana-a001775f8b0b992cc7c4c5863722d02e8606b175.tar.xz
Mana-a001775f8b0b992cc7c4c5863722d02e8606b175.zip
Fixed include order (pedantic change)
Conflicts: src/gui/smileycontainer.cpp Signed-off-by: Ira Rice <irarice@gmail.com>
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 9d95488d..d267022b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -272,6 +272,8 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \
inventory.h \
item.cpp \
item.h \
+ smileyshortcut.cpp \
+ smileyshortcut.h \
itemshortcut.cpp \
itemshortcut.h \
joystick.cpp \