From 99cde389c331616f22dd6aab395c488f3a798e2e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 9 Jul 2005 23:15:37 +0000 Subject: Rearrange configuration options so that individual font file formats drive combined options, and so that the default matches the monolithic defaults Extent fontconf.h to cover all formats Typo in src/Makefile.am failed to link in Type1 library Missing xttcap.c from FreeType shim library. --- src/FreeType/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/FreeType') diff --git a/src/FreeType/Makefile.am b/src/FreeType/Makefile.am index e199c2f..9198c43 100644 --- a/src/FreeType/Makefile.am +++ b/src/FreeType/Makefile.am @@ -10,4 +10,5 @@ libft_la_SOURCES = \ ftfuncs.h \ ftenc.c \ ftfuncs.c \ - fttools.c + fttools.c \ + xttcap.c -- cgit v1.2.3