diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-20 17:37:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-20 17:37:05 +0300 |
commit | c958cb619f667851b188b8c169d0fcb14500f6de (patch) | |
tree | 71b06cb11b88503f7eea30303765ae0ed1f720c5 /src/Makefile.am | |
parent | a4e455a2ce74cac174bf1ae00f4f95e2b65c7374 (diff) | |
download | plus-c958cb619f667851b188b8c169d0fcb14500f6de.tar.gz plus-c958cb619f667851b188b8c169d0fcb14500f6de.tar.bz2 plus-c958cb619f667851b188b8c169d0fcb14500f6de.tar.xz plus-c958cb619f667851b188b8c169d0fcb14500f6de.zip |
Into skillinto add owner field.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7168f01cd..ab50ef03a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -783,6 +783,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/sdlmusic.cpp \ resources/sdlmusic.h \ resources/skillconsts.h \ + resources/skillowner.h \ resources/skilltype.h \ resources/db/sounddb.cpp \ resources/db/sounddb.h \ |