blob: a3f0198bc4a8f91c21e8cf85bb1f974a354f414a (
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
|
INCLUDES = \
-I${top_srcdir}/include/X11/fonts
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 \
xpstubs.c
|