summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-18 00:05:26 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-18 00:05:26 +0300
commitddd49c13d9b89e11c900657154e0504c8c8af2a9 (patch)
tree057577aa34b1cc12a9e117629b1cc9c47d6d06c8 /src/Makefile.am
parentd1b6556bd125f52744ff12b8dd2e644a1515205f (diff)
downloadplus-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.gz
plus-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.bz2
plus-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.xz
plus-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.am3
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 \