diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-16 17:54:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-16 17:54:43 +0300 |
commit | 5a007084e304048549233118707f5ab44f067e1a (patch) | |
tree | bf4ae0fc5296b8275f1d66a0b08044ed5f8b88a2 /src/Makefile.am | |
parent | 56b2915de96cf2a94f876b5e56fad2f34cff8052 (diff) | |
download | plus-5a007084e304048549233118707f5ab44f067e1a.tar.gz plus-5a007084e304048549233118707f5ab44f067e1a.tar.bz2 plus-5a007084e304048549233118707f5ab44f067e1a.tar.xz plus-5a007084e304048549233118707f5ab44f067e1a.zip |
Move questtype into separate file.
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 50e060294..b9707fe80 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -634,6 +634,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/questeffect.h \ resources/questitem.h \ resources/questitemtext.h \ + resources/questtype.h \ resources/db/palettedb.cpp \ resources/db/palettedb.h \ resources/db/petdb.cpp \ |