diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 17:34:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 17:34:08 +0300 |
commit | 2444c4f0d666ceb4ca6512edcc1b2e340a146bd7 (patch) | |
tree | a53b82e8b10c20a63116400c77185688b98ac12b /src/Makefile.am | |
parent | ff7aeb6fb2b38d0a18defd06c2787a0784bc7d62 (diff) | |
download | plus-2444c4f0d666ceb4ca6512edcc1b2e340a146bd7.tar.gz plus-2444c4f0d666ceb4ca6512edcc1b2e340a146bd7.tar.bz2 plus-2444c4f0d666ceb4ca6512edcc1b2e340a146bd7.tar.xz plus-2444c4f0d666ceb4ca6512edcc1b2e340a146bd7.zip |
Move type Trading 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 8f042476f..5974a48b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1193,6 +1193,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ enums/simpletypes/showcenter.h \ enums/simpletypes/simpledefines.h \ enums/simpletypes/simpletypes.h \ + enums/simpletypes/trading.h \ statuseffect.cpp \ statuseffect.h \ render/surfacegraphics.cpp \ |