summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2016-07-03 19:55:49 +0300
committerJoseph Botosh <rumly111@gmail.com>2016-07-05 17:36:23 +0300
commitff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e (patch)
tree86ea390b7de8e60251e67fe18bef879fec468e05 /src/Makefile.am
parent7f6c805f25d34ba80ca86e53216e1d588ab1ea75 (diff)
downloadevol-hercules-ff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e.tar.gz
evol-hercules-ff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e.tar.bz2
evol-hercules-ff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e.tar.xz
evol-hercules-ff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e.zip
add Physical Shield Skill (id 20001)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a452554..072c20c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -82,6 +82,8 @@ MAP_SRC = emap/atcommand.c \
emap/skill_const.h \
emap/skill_ground.c \
emap/skill_ground.h \
+ emap/skill_targeted.h \
+ emap/skill_targeted.c \
emap/status.c \
emap/status.h \
emap/unit.c \