diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-19 01:17:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-19 01:17:24 +0300 |
commit | 1b827f192497a2b57150df9f56d0fa82df890b0b (patch) | |
tree | 916ca35a0116476dc80aa13c30c62e3713024c0e /src/Makefile.am | |
parent | 0846b3e83759b42d8d5abea155605d7bcc0c2e22 (diff) | |
download | plugin-1b827f192497a2b57150df9f56d0fa82df890b0b.tar.gz plugin-1b827f192497a2b57150df9f56d0fa82df890b0b.tar.bz2 plugin-1b827f192497a2b57150df9f56d0fa82df890b0b.tar.xz plugin-1b827f192497a2b57150df9f56d0fa82df890b0b.zip |
Allow move from sit state.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 289c775..3bb63c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,6 +46,8 @@ MAP_SRC = map/clif.c \ map/send.h \ map/status.c \ map/status.h \ + map/unit.c \ + map/unit.h \ map/data/itemd.c \ map/data/itemd.h \ map/data/mapd.c \ |