summaryrefslogtreecommitdiff
path: root/src/Speedo/Makefile.am
blob: f282aef6953974cd4f1512beed3b3d082e610647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
INCLUDES =			\
	-I${top_srcdir}/include

noinst_LTLIBRARIES = libspeedo.la

libspeedo_la_SOURCES =			\
	adobe-iso.h			\
	bics-iso.h			\
	bics-unicode.c			\
	bics-unicode.h			\
	do_char.c			\
	do_trns.c			\
	keys.h				\
	out_bl2d.c			\
	out_blk.c			\
	out_outl.c			\
	out_scrn.c			\
	out_util.c			\
	reset.c				\
	set_spcs.c			\
	set_trns.c			\
	spdo_prv.h			\
	speedo.h			\
	spencode.c			\
	sperr.c				\
	spfile.c			\
	spfont.c			\
	spfuncs.c			\
	spglyph.c			\
	spinfo.c			\
	spint.h				\
	useropt.h