summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-07 16:08:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-07 16:08:07 +0300
commit6e565a64b6a89e943c95e5b001aadd38727abe01 (patch)
treed75167bd37fb30336d1145203b0d040f7c7d215f /src/Makefile.am
parent20e70d1846ba39599255887bef5098583a7586c9 (diff)
downloadevol-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.am4
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 \