diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-12 15:42:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-12 15:42:09 +0300 |
commit | db6b712e4169d80f8f2c84a0efbc553d2058c191 (patch) | |
tree | d2686ac79474c32d81da85be6f83385c74386a72 /src/Makefile.am | |
parent | 11a49b50fb6c2ff20f62f39d8606f54770b6a295 (diff) | |
download | plus-db6b712e4169d80f8f2c84a0efbc553d2058c191.tar.gz plus-db6b712e4169d80f8f2c84a0efbc553d2058c191.tar.bz2 plus-db6b712e4169d80f8f2c84a0efbc553d2058c191.tar.xz plus-db6b712e4169d80f8f2c84a0efbc553d2058c191.zip |
Extract compountitem 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 3ce90be29..c5ff53410 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -725,6 +725,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ commandhandler.h \ commands.cpp \ commands.h \ + being/compounditem.h \ being/compoundsprite.cpp \ being/compoundsprite.h \ being/gender.h \ |