diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-20 15:13:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-20 15:13:10 +0300 |
commit | 8c7713fd898900e7afe936e647c051f0a92e07e1 (patch) | |
tree | 6a169bc1d569f794c50cb50b09a38f0dca5e5260 /src/Makefile.am | |
parent | 092b7e47263555de36ac7c34bfc681e680b71bbf (diff) | |
download | evol-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.am | 2 |
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 \ |