summaryrefslogtreecommitdiff
path: root/src/stubs/Makefile.am
blob: 7eb16d41a4b0d3cab56cd587182238be13353619 (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
AM_CPPFLAGS =			\
	-I${top_srcdir}/include

AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS)

noinst_LTLIBRARIES = libstubs.la

libstubs_la_SOURCES = 		\
	cauthgen.c		\
	csignal.c		\
	delfntcid.c		\
	errorf.c		\
	findoldfnt.c		\
	getcres.c		\
	getdefptsize.c		\
	getnewfntcid.c		\
	gettime.c		\
	initfshdl.c		\
	regfpefunc.c		\
	rmfshdl.c		\
	servclient.c		\
	setfntauth.c		\
	stfntcfnt.c		\
	stubsinit.c		\
	stubs.h