Makefile.am revision 23a0898a
1INCLUDES = \ 2 -I${top_srcdir}/include 3 4noinst_LTLIBRARIES = libstubs.la 5 6libstubs_la_SOURCES = \ 7 cauthgen.c \ 8 csignal.c \ 9 delfntcid.c \ 10 errorf.c \ 11 fatalerror.c \ 12 findoldfnt.c \ 13 fontmod.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 stubs.h \ 25 xpstubs.c 26