From db2fa04439ded43b55ca2e7fdc3509ac2041c9fd Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 17 Aug 2019 21:34:34 -0400 Subject: add full support for non-binary gender --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d3ffbd3..1727ae9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,6 +7,7 @@ CHAR_SRC = echar/char.c \ echar/init.c \ ecommon/config.c \ ecommon/config.h \ + ecommon/enum/gender.h \ ecommon/init.c \ ecommon/init.h \ ecommon/serverversion.h @@ -36,6 +37,8 @@ MAP_SRC = emap/atcommand.c \ emap/battle.h \ emap/battleground.c \ emap/battleground.h \ + emap/chrif.c \ + emap/chrif.h \ emap/clan.c \ emap/clan.h \ emap/clif.c \ @@ -128,6 +131,7 @@ MAP_SRC = emap/atcommand.c \ emap/utils/formatutils.h \ ecommon/config.c \ ecommon/config.h \ + ecommon/enum/gender.h \ ecommon/init.c \ ecommon/init.h \ ecommon/serverversion.h \ -- cgit v1.2.3-70-g09d2