summaryrefslogtreecommitdiff
path: root/src/bitmap/Makefile.am
blob: 3fd57c08f6565ffa42d719a1a07dd44107edafc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDES =			\
	-I${top_srcdir}/include/X11/fonts

noinst_LTLIBRARIES = libbitmap.la

libbitmap_la_SOURCES = 		\
	bdfint.h		\
	bdfread.c		\
	bdfutils.c		\
	bitmap.c		\
	bitmapfunc.c		\
	bitmaputil.c		\
	bitscale.c		\
	fontink.c		\
	pcf.h			\
	pcfread.c		\
	pcfwrite.c		\
	snfread.c		\
	snfstr.h