diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-06 16:41:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-06 16:41:37 +0300 |
commit | 70b2187fc910a5d5cf35fb749e0e303e7d7b494e (patch) | |
tree | d1db87f25f5c69098284615e29950af96c628d48 /src/Makefile.am | |
parent | 6fca6921a8047948bdee175ea9fe5d3902e524d5 (diff) | |
download | evol-hercules-70b2187fc910a5d5cf35fb749e0e303e7d7b494e.tar.gz evol-hercules-70b2187fc910a5d5cf35fb749e0e303e7d7b494e.tar.bz2 evol-hercules-70b2187fc910a5d5cf35fb749e0e303e7d7b494e.tar.xz evol-hercules-70b2187fc910a5d5cf35fb749e0e303e7d7b494e.zip |
login: add version packet.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4295fe5..8ef119e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,9 @@ AUTOMAKE_OPTIONS = subdir-objects CHAR_SRC = char/init.c -LOGIN_SRC = login/init.c +LOGIN_SRC = login/init.c \ + login/parse.c \ + login/parse.h MAP_SRC = map/dummy.c \ map/dummy.h \ |