diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 19:44:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 19:44:15 +0300 |
commit | 5a06329b9d01b7c250e27843f0634b238aac90b7 (patch) | |
tree | 75c704416a4647b4b2e527598ab8262cfc0d9857 /src/Makefile.am | |
parent | 409da45527ce8b6ba82523d4f3ce1abaf4650906 (diff) | |
download | plugin-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.gz plugin-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.bz2 plugin-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.xz plugin-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.am | 2 |
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 \ |