Added the dispatch layer headers. In order to get this to compile, I had to add stubs...
[rodin/chimara.git] / libchimara / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CFLAGS = -Wall
4
5 lib_LTLIBRARIES = libchimara.la
6
7 libchimara_la_SOURCES = \
8         abort.c abort.h \
9         case.c \
10         charset.c charset.h \
11         chimara-glk.c chimara-glk.h chimara-glk-private.h \
12         event.c event.h \
13         fileref.c fileref.h \
14         garglk.c garglk.h \
15         gestalt.c \
16         gi_blorb.c gi_blorb.h \
17         gi_dispa.c gi_dispa.h \
18         glk.c glk.h \
19         glkstart.h \
20         glkunix.c glkunix.h \
21         hyperlink.c \
22         image.c \
23         init.c init.h \
24         input.c input.h \
25         magic.c magic.h \
26         mouse.c \
27         resource.c resource.h \
28         schannel.c \
29         stream.c stream.h \
30         strio.c \
31         style.c style.h \
32         timer.c timer.h \
33         window.c window.h 
34 libchimara_la_CPPFLAGS = \
35         -DG_LOG_DOMAIN=\"Chimara\" \
36         -DLOCALEDIR=\""$(datadir)/locale"\" \
37         -I$(top_srcdir)
38 libchimara_la_CFLAGS = @CHIMARA_CFLAGS@ $(AM_CFLAGS)
39 libchimara_la_LIBADD = @CHIMARA_LIBS@
40 libchimara_la_LDFLAGS = -version-info $(LT_VERSION_INFO) \
41         -no-undefined \
42         -export-symbols-regex "^(glk_|chimara_glk_|glkunix_|giblorb_|garglk_)"
43 libchimara_includedir = $(includedir)/chimara/libchimara
44 libchimara_include_HEADERS = \
45         chimara-glk.h \
46         glk.h \
47         glkstart.h \
48         gi_blorb.h \
49         garglk.h
50
51 EXTRA_DIST = doc.c glkstart.c