1AM_CPPFLAGS =			\
2	-I${top_srcdir}/include
3
4AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS)
5
6noinst_LTLIBRARIES = libstubs.la
7
8libstubs_la_SOURCES = 		\
9	cauthgen.c		\
10	csignal.c		\
11	delfntcid.c		\
12	errorf.c		\
13	findoldfnt.c		\
14	getcres.c		\
15	getdefptsize.c		\
16	getnewfntcid.c		\
17	gettime.c		\
18	initfshdl.c		\
19	regfpefunc.c		\
20	rmfshdl.c		\
21	servclient.c		\
22	setfntauth.c		\
23	stfntcfnt.c		\
24	stubsinit.c		\
25	stubs.h
26