blob: 4d60c2a58c0365e851337860a009e38b26529e75 (
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
|
INCLUDES = \
-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 \
fatalerror.c \
findoldfnt.c \
getcres.c \
getdefptsize.c \
getnewfntcid.c \
gettime.c \
initfshdl.c \
regfpefunc.c \
rmfshdl.c \
servclient.c \
setfntauth.c \
stfntcfnt.c \
stubs.h
|