summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-20 00:25:58 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-20 00:25:58 +0300
commit092b7e47263555de36ac7c34bfc681e680b71bbf (patch)
tree437f20eef66c7458e34a4783598de22c08a76fa1 /src/Makefile.am
parentd38a0b63bd821e043435b852a7dea9ad0f89262e (diff)
downloadevol-hercules-092b7e47263555de36ac7c34bfc681e680b71bbf.tar.gz
evol-hercules-092b7e47263555de36ac7c34bfc681e680b71bbf.tar.bz2
evol-hercules-092b7e47263555de36ac7c34bfc681e680b71bbf.tar.xz
evol-hercules-092b7e47263555de36ac7c34bfc681e680b71bbf.zip
Extend setq/getq to using objectives to storing quest value.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c739693..e3cc46f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,9 @@ LOGIN_SRC = login/config.c \
common/interfaces.c \
common/interfaces.h
-MAP_SRC = map/dummy.c \
+MAP_SRC = map/clif.c \
+ map/clif.h \
+ map/dummy.c \
map/dummy.h \
map/init.c \
map/npc.c \
@@ -23,6 +25,8 @@ MAP_SRC = map/dummy.c \
map/parse.h \
map/pc.c \
map/pc.h \
+ map/quest.c \
+ map/quest.h \
map/script.c \
map/script.h \
map/scriptdefines.h \