diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-18 00:05:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-18 00:05:26 +0300 |
commit | ddd49c13d9b89e11c900657154e0504c8c8af2a9 (patch) | |
tree | 057577aa34b1cc12a9e117629b1cc9c47d6d06c8 /src/Makefile.am | |
parent | d1b6556bd125f52744ff12b8dd2e644a1515205f (diff) | |
download | mv-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.gz mv-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.bz2 mv-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.xz mv-ddd49c13d9b89e11c900657154e0504c8c8af2a9.zip |
Add permissions and commands fields into groups.
For now not reading it from xml or using it in any way.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9c79c6169..e00af4684 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -452,6 +452,7 @@ BASE_SRC += events/actionevent.h \ resources/dye/dyepaletteptr.h \ resources/fboinfo.h \ resources/frame.h \ + resources/groupinfo.cpp \ resources/groupinfo.h \ resources/image/image.cpp \ resources/image/image.h \ @@ -485,6 +486,8 @@ BASE_SRC += events/actionevent.h \ resources/questitemtext.h \ resources/questvar.h \ enums/resources/questtype.h \ + enums/resources/servercommandenable.h \ + enums/resources/servercommandtype.h \ resources/resource.cpp \ resources/resource.h \ resources/resourcefunctiontypes.h \ |