diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-30 23:27:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-30 23:27:06 +0300 |
commit | ce092b3c79d7c624df4632535f65d7a663f6054e (patch) | |
tree | a9369f704d4566d073ec78db481bf9838b077437 /src/Makefile.am | |
parent | 50a97b0ef2a8365d87a8a57047caccb0c050c56b (diff) | |
download | evol-hercules-ce092b3c79d7c624df4632535f65d7a663f6054e.tar.gz evol-hercules-ce092b3c79d7c624df4632535f65d7a663f6054e.tar.bz2 evol-hercules-ce092b3c79d7c624df4632535f65d7a663f6054e.tar.xz evol-hercules-ce092b3c79d7c624df4632535f65d7a663f6054e.zip |
char: add init default map.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 29984a5..1208446 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,8 +5,8 @@ CHAR_SRC = char/char.c \ char/config.c \ char/config.h \ char/init.c \ - common/interfaces.c \ - common/interfaces.h \ + common/init.c \ + common/init.h \ common/ip.c \ common/ip.h @@ -17,8 +17,8 @@ LOGIN_SRC = login/config.c \ login/parse.h \ login/send.c \ login/send.h \ - common/interfaces.c \ - common/interfaces.h \ + common/init.c \ + common/init.h \ common/ip.c \ common/ip.h @@ -53,8 +53,8 @@ MAP_SRC = map/clif.c \ map/struct/sessionext.h \ map/utils/formatutils.c \ map/utils/formatutils.h \ - common/interfaces.c \ - common/interfaces.h + common/init.c \ + common/init.h SHARED_CFLAGS = -pipe -ffast-math -Wall -Wextra -Wno-sign-compare -DPCRE_SUPPORT SHARED_LDFLAGS = -avoid-version -Wl,--no-undefined |