summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4996c78..83923cb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,9 @@ LOGIN_SRC = login/config.c \
common/ip.c \
common/ip.h
-MAP_SRC = map/clif.c \
+MAP_SRC = map/atcommand.c \
+ map/atcommand.h \
+ map/clif.c \
map/clif.h \
map/init.c \
map/itemdb.c \