diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-26 13:09:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-26 13:09:29 +0300 |
commit | 974af7e3663c5f72091f8afd91e4ed732c42b20c (patch) | |
tree | 5c2518366a0c51f1b50735f93e786a0834dfacb6 /src/Makefile.am | |
parent | f84b2ad1c413f7aefc1a9c6f029f6ac67eb8d51d (diff) | |
download | evol-hercules-974af7e3663c5f72091f8afd91e4ed732c42b20c.tar.gz evol-hercules-974af7e3663c5f72091f8afd91e4ed732c42b20c.tar.bz2 evol-hercules-974af7e3663c5f72091f8afd91e4ed732c42b20c.tar.xz evol-hercules-974af7e3663c5f72091f8afd91e4ed732c42b20c.zip |
login: add way to check hashed passwords in old tmw/evol way.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 991f39d..4996c78 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,12 @@ CHAR_SRC = char/char.c \ LOGIN_SRC = login/config.c \ login/config.h \ login/init.c \ + login/login.c \ + login/login.h \ + login/md5calc.c \ + login/md5calc.h \ + login/mt_rand.c \ + login/mt_rand.h \ login/parse.c \ login/parse.h \ login/send.c \ |