summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-08-17 21:34:34 -0400
committergumi <git@gumi.ca>2020-04-25 14:55:36 -0400
commitdb2fa04439ded43b55ca2e7fdc3509ac2041c9fd (patch)
tree7e3eb6233b25ecdf861c87ecd0ad14e328105c22 /src/Makefile.am
parent9e88b3b422781630a18c13e40cda1c5ea7c111e8 (diff)
downloadevol-hercules-db2fa04439ded43b55ca2e7fdc3509ac2041c9fd.tar.gz
evol-hercules-db2fa04439ded43b55ca2e7fdc3509ac2041c9fd.tar.bz2
evol-hercules-db2fa04439ded43b55ca2e7fdc3509ac2041c9fd.tar.xz
evol-hercules-db2fa04439ded43b55ca2e7fdc3509ac2041c9fd.zip
add full support for non-binary gender
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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 \