summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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 \