summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-10 19:44:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-10 19:44:15 +0300
commit5a06329b9d01b7c250e27843f0634b238aac90b7 (patch)
tree75c704416a4647b4b2e527598ab8262cfc0d9857 /src/Makefile.am
parent409da45527ce8b6ba82523d4f3ce1abaf4650906 (diff)
downloadevol-hercules-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.gz
evol-hercules-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.bz2
evol-hercules-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.xz
evol-hercules-5a06329b9d01b7c250e27843f0634b238aac90b7.zip
Add console command serverexit.
It works in same way with gm command serverexit.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9888bcf..7d164d8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,6 +40,8 @@ MAP_SRC = emap/atcommand.c \
emap/clif.h \
emap/config.c \
emap/config.h \
+ emap/console.c \
+ emap/console.h \
emap/craft.c \
emap/craft.h \
emap/craftconf.c \