diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-10-25 19:15:19 +0200 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-10-25 19:15:19 +0200 |
commit | 3531d0f9abc4c773cab8353a0b70ad3d4a3a255e (patch) | |
tree | 7f934b293c04321d6791f40f673b10a2e8ea1a0d /src/Makefile.am | |
parent | 4358743175ef738cd2943ab1e5fb741c560f1bd4 (diff) | |
parent | 1e4aa6a5e7476bea736b89fe5d7094b6a68705e5 (diff) | |
download | mv-3531d0f9abc4c773cab8353a0b70ad3d4a3a255e.tar.gz mv-3531d0f9abc4c773cab8353a0b70ad3d4a3a255e.tar.bz2 mv-3531d0f9abc4c773cab8353a0b70ad3d4a3a255e.tar.xz mv-3531d0f9abc4c773cab8353a0b70ad3d4a3a255e.zip |
Merge branch 'master' of gitorious.org:manaplus/manaplus
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index edf151089..b86617e23 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -416,6 +416,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/chardb.h \ resources/colordb.cpp \ resources/colordb.h \ + resources/cursor.cpp \ + resources/cursor.h \ resources/dye.cpp \ resources/dye.h \ resources/emotedb.cpp \ |