summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-30 17:15:08 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-30 17:15:08 +0300
commite2874a254e4270b58727a1fb3285cc167d04fa38 (patch)
tree0499a0cb67fde424e56ec2074af96e2c319e73fb /src/Makefile.am
parent22b54b7420404e83932114aae63acd54c06d4991 (diff)
downloadevol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.gz
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.bz2
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.xz
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.zip
Split script.c into buildins and other script functions.
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 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 \