summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-20 15:13:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-20 15:13:10 +0300
commit8c7713fd898900e7afe936e647c051f0a92e07e1 (patch)
tree6a169bc1d569f794c50cb50b09a38f0dca5e5260 /src/Makefile.am
parent092b7e47263555de36ac7c34bfc681e680b71bbf (diff)
downloadevol-hercules-8c7713fd898900e7afe936e647c051f0a92e07e1.tar.gz
evol-hercules-8c7713fd898900e7afe936e647c051f0a92e07e1.tar.bz2
evol-hercules-8c7713fd898900e7afe936e647c051f0a92e07e1.tar.xz
evol-hercules-8c7713fd898900e7afe936e647c051f0a92e07e1.zip
Add lang.c with translation related functionality.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e3cc46f..e46f894 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,6 +19,8 @@ MAP_SRC = map/clif.c \
map/dummy.c \
map/dummy.h \
map/init.c \
+ map/lang.c \
+ map/lang.h \
map/npc.c \
map/npc.h \
map/parse.c \