Merge branch 'master' into gtk3
[projects/chimara/chimara.git] / babel / Makefile.am
1 noinst_LTLIBRARIES = libbabel.la libifiction.la libbabel_functions.la
2
3 libbabel_la_SOURCES = babel_handler.c \
4                                    register.c \
5                                    misc.c \
6                                    md5.c \
7                                    zcode.c \
8                                    magscrolls.c \
9                                    blorb.c \
10                                    glulx.c \
11                                    hugo.c \
12                                    agt.c \
13                                    level9.c \
14                                    executable.c \
15                                    advsys.c \
16                                    tads.c \
17                                    tads2.c \
18                                    tads3.c \
19                                    adrift.c \
20                                    alan.c \
21                                    babel.h \
22                                    babel_handler.h \
23                                    md5.h \
24                    modules.h \
25                                    tads.h \
26                                    treaty_builder.h \
27                                    treaty.h
28
29 libifiction_la_SOURCES = ifiction.c ifiction.h \
30                                           register_ifiction.c
31
32 libbabel_functions_la_SOURCES = babel_story_functions.c \
33                                                          babel_ifiction_functions.c \
34                                                          babel_multi_functions.c
35
36 -include $(top_srcdir)/git.mk