From 09b99b7109475d341250971ae11941cbc46bcbca Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Sep 2015 22:15:54 +0300 Subject: Change server version to 8. Send packet version to client. --- src/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f17f16a..97cda9b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,7 +8,8 @@ CHAR_SRC = echar/char.c \ ecommon/config.c \ ecommon/config.h \ ecommon/init.c \ - ecommon/init.h + ecommon/init.h \ + ecommon/serverversion.h LOGIN_SRC = elogin/config.c \ elogin/config.h \ @@ -26,7 +27,8 @@ LOGIN_SRC = elogin/config.c \ ecommon/config.c \ ecommon/config.h \ ecommon/init.c \ - ecommon/init.h + ecommon/init.h \ + ecommon/serverversion.h MAP_SRC = emap/atcommand.c \ emap/atcommand.h \ @@ -81,7 +83,8 @@ MAP_SRC = emap/atcommand.c \ ecommon/config.c \ ecommon/config.h \ ecommon/init.c \ - ecommon/init.h + ecommon/init.h \ + ecommon/serverversion.h # need remove -Wno-unused -- cgit v1.2.3-70-g09d2