summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-27 12:09:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-27 12:09:17 +0300
commit8befbfe358915a6ee19b9c4be64d3473c98a70f4 (patch)
tree9056e6384a954825e2264002bf41f8dfe0c1c7d7 /src/Makefile.am
parent248b23a44cb86ac825c0af2506fa93a4f617230e (diff)
downloadevol-hercules-8befbfe358915a6ee19b9c4be64d3473c98a70f4.tar.gz
evol-hercules-8befbfe358915a6ee19b9c4be64d3473c98a70f4.tar.bz2
evol-hercules-8befbfe358915a6ee19b9c4be64d3473c98a70f4.tar.xz
evol-hercules-8befbfe358915a6ee19b9c4be64d3473c98a70f4.zip
add map flag "invisible". For now unused.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7fe4f14..2bf8f2f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,6 +19,9 @@ MAP_SRC = map/clif.c \
map/init.c \
map/lang.c \
map/lang.h \
+ map/mapd.c \
+ map/mapd.h \
+ map/mapdext.h \
map/npc.c \
map/npc.h \
map/parse.c \