diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 16:16:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 16:16:49 +0300 |
commit | 2ae376534b1d681ad813b2b12160fd486419fc1b (patch) | |
tree | a16b59f326d3d9d8840bd21b0b2d2e859356ea99 /src/Makefile.am | |
parent | 62e97c5ad768880f8b4f0c12c0421b77419732e7 (diff) | |
download | plus-2ae376534b1d681ad813b2b12160fd486419fc1b.tar.gz plus-2ae376534b1d681ad813b2b12160fd486419fc1b.tar.bz2 plus-2ae376534b1d681ad813b2b12160fd486419fc1b.tar.xz plus-2ae376534b1d681ad813b2b12160fd486419fc1b.zip |
Move type Identified 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 535c8ac0e..f69ae37ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1183,6 +1183,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ sprite.h \ enums/screendensity.h \ enums/state.h \ + enums/simpletypes/identified.h \ enums/simpletypes/simpledefines.h \ enums/simpletypes/simpletypes.h \ statuseffect.cpp \ |