summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-11-03 21:04:51 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-11-03 21:04:51 +0000
commit47386d1d11ba26270edcfe15af832d7c127163f9 (patch)
tree6f9fc59bc69c29a2e3192d1bdca17c9faab27458 /src/Makefile.am
parent8a60e11684e84807f3526b37afa8cbf6f103b8fd (diff)
downloadmana-client-47386d1d11ba26270edcfe15af832d7c127163f9.tar.gz
mana-client-47386d1d11ba26270edcfe15af832d7c127163f9.tar.bz2
mana-client-47386d1d11ba26270edcfe15af832d7c127163f9.tar.xz
mana-client-47386d1d11ba26270edcfe15af832d7c127163f9.zip
Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).
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 6e6cdfa4..5e2b62fb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -204,6 +204,8 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \
resources/ambientoverlay.h \
resources/animation.cpp \
resources/animation.h \
+ resources/dye.cpp \
+ resources/dye.h \
resources/image.cpp \
resources/image.h \
resources/imageloader.cpp \