summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-15 16:04:54 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 16:04:54 +0300
commitd8d87bbaf74bf6b013b5cdcd2e9602f1892bbd71 (patch)
tree50d378046ac48456e9e62e09951b4f6621283b9c /src/Makefile.am
parent9e1580014b92a465c874086fde4d64cd69034ba5 (diff)
downloadevol-hercules-d8d87bbaf74bf6b013b5cdcd2e9602f1892bbd71.tar.gz
evol-hercules-d8d87bbaf74bf6b013b5cdcd2e9602f1892bbd71.tar.bz2
evol-hercules-d8d87bbaf74bf6b013b5cdcd2e9602f1892bbd71.tar.xz
evol-hercules-d8d87bbaf74bf6b013b5cdcd2e9602f1892bbd71.zip
map: move script defines into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4204ff5..027d4f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,6 +19,7 @@ MAP_SRC = map/dummy.c \
map/pc.h \
map/script.c \
map/script.h \
+ map/scriptdefines.h \
map/send.c \
map/send.h \
map/session.c \