summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-23 18:13:42 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-23 18:13:42 +0300
commit80956ecdab280f24708981f71bac50ec23587311 (patch)
treee11766d931bb8b22b9024e052ece9b01383100ff /src/Makefile.am
parent722d18daaceebbebfd6a0faf8ad4b0497d2599d1 (diff)
downloadevol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.gz
evol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.bz2
evol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.xz
evol-hercules-80956ecdab280f24708981f71bac50ec23587311.zip
Move craft conf related things into separate file.
Also move itempair struct into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9c01232..7488e03 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,6 +38,8 @@ MAP_SRC = emap/atcommand.c \
emap/clif.h \
emap/craft.c \
emap/craft.h \
+ emap/craftconf.c \
+ emap/craftconf.h \
emap/horse.c \
emap/horse.h \
emap/init.c \
@@ -73,6 +75,7 @@ MAP_SRC = emap/atcommand.c \
emap/status.h \
emap/unit.c \
emap/unit.h \
+ emap/const/craft.h \
emap/data/bgd.c \
emap/data/bgd.h \
emap/data/itemd.c \
@@ -86,6 +89,7 @@ MAP_SRC = emap/atcommand.c \
emap/data/session.c \
emap/data/session.h \
emap/struct/bgdext.h \
+ emap/struct/craft.h \
emap/struct/itemdext.h \
emap/struct/mapdext.h \
emap/struct/mobdext.h \