summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-05 17:05:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-05 17:05:17 +0300
commit61205395749c082a9b5e607012504c98d9cdfbd4 (patch)
treeb18afda56844d49f6c346c9dba69369e1af0a2ae /src/Makefile.am
parent0c0477399f132ac37a8dc07f86bb88b098502278 (diff)
downloadevol-hercules-61205395749c082a9b5e607012504c98d9cdfbd4.tar.gz
evol-hercules-61205395749c082a9b5e607012504c98d9cdfbd4.tar.bz2
evol-hercules-61205395749c082a9b5e607012504c98d9cdfbd4.tar.xz
evol-hercules-61205395749c082a9b5e607012504c98d9cdfbd4.zip
Impliment limited script function l.
without translations for now.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1bd1756..5582456 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAP_SRC = map/dummy.c \
map/dummy.h \
- map/init.c
+ map/init.c \
+ map/script.c \
+ map/script.h
lib_LTLIBRARIES = libevol_map.la
libevol_map_la_SOURCES = ${MAP_SRC}