diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-07 16:08:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-07 16:08:07 +0300 |
commit | 6e565a64b6a89e943c95e5b001aadd38727abe01 (patch) | |
tree | d75167bd37fb30336d1145203b0d040f7c7d215f /src/Makefile.am | |
parent | 20e70d1846ba39599255887bef5098583a7586c9 (diff) | |
download | evol-hercules-6e565a64b6a89e943c95e5b001aadd38727abe01.tar.gz evol-hercules-6e565a64b6a89e943c95e5b001aadd38727abe01.tar.bz2 evol-hercules-6e565a64b6a89e943c95e5b001aadd38727abe01.tar.xz evol-hercules-6e565a64b6a89e943c95e5b001aadd38727abe01.zip |
map: translate server to client text messages.
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 4996c78..83923cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,9 @@ LOGIN_SRC = login/config.c \ common/ip.c \ common/ip.h -MAP_SRC = map/clif.c \ +MAP_SRC = map/atcommand.c \ + map/atcommand.h \ + map/clif.c \ map/clif.h \ map/init.c \ map/itemdb.c \ |