diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-01 15:24:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-01 17:23:19 +0300 |
commit | fb398fe6dcc8ba797e133df3db3dcdfa1df9042b (patch) | |
tree | 89ba9d9cdbb9ad6e122c2984ad75ffbf53a8082a /src/Makefile.am | |
parent | 8340001e7b3adb04d91a08c0372f058a4edfdf39 (diff) | |
download | evol-hercules-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.gz evol-hercules-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.bz2 evol-hercules-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.xz evol-hercules-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.zip |
Add files for skill constants and ground skills handlers.
For now add one ground skill EVOL_MASSPROVOKE.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f6f98f..76f6140 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,6 +77,10 @@ MAP_SRC = emap/atcommand.c \ emap/send.h \ emap/skill.c \ emap/skill.h \ + emap/skill_const.c \ + emap/skill_const.h \ + emap/skill_ground.c \ + emap/skill_ground.h \ emap/status.c \ emap/status.h \ emap/unit.c \ |