summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-14 21:40:40 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-14 21:40:40 +0000
commit82f587f2f3795898ed4fb7b125bf34b7e13de7cd (patch)
tree493f9591dac9f7e763a026b98b9860cab498eb13 /src/Makefile.am
parent81567749246fd4f3fb3a9c1fdbaae41327459612 (diff)
downloadMana-82f587f2f3795898ed4fb7b125bf34b7e13de7cd.tar.gz
Mana-82f587f2f3795898ed4fb7b125bf34b7e13de7cd.tar.bz2
Mana-82f587f2f3795898ed4fb7b125bf34b7e13de7cd.tar.xz
Mana-82f587f2f3795898ed4fb7b125bf34b7e13de7cd.zip
Separated Action class to its own module.
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 7d37edf8..8166efed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -189,6 +189,8 @@ tmw_SOURCES = graphic/imagerect.h \
resources/buddylist.cpp \
utils/dtor.h \
utils/tostring.h \
+ action.cpp \
+ action.h \
animatedsprite.cpp \
animatedsprite.h \
animation.cpp \