diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-30 17:15:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-30 17:15:08 +0300 |
commit | e2874a254e4270b58727a1fb3285cc167d04fa38 (patch) | |
tree | 0499a0cb67fde424e56ec2074af96e2c319e73fb /src/Makefile.am | |
parent | 22b54b7420404e83932114aae63acd54c06d4991 (diff) | |
download | plugin-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.gz plugin-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.bz2 plugin-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.xz plugin-e2874a254e4270b58727a1fb3285cc167d04fa38.zip |
Split script.c into buildins and other script functions.
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 b7278ac..afd8435 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,6 +68,8 @@ MAP_SRC = emap/atcommand.c \ emap/quest.h \ emap/script.c \ emap/script.h \ + emap/script_buildins.c \ + emap/script_buildins.h \ emap/scriptdefines.h \ emap/send.c \ emap/send.h \ |