diff options
author | Keith Packard <keithp@keithp.com> | 2002-08-19 19:32:05 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-08-19 19:32:05 +0000 |
commit | fa244f3d8807415247c8aeb77145502b1cb9ace8 (patch) | |
tree | 05936b45de1afce0a6f9bceb3ba4ce538cc78916 /fc-list | |
parent | 5d43e799197d2758102b699f9bc12b3c116a9b80 (diff) |
Various config changes plus a couple of optimizations from Owen
Diffstat (limited to 'fc-list')
-rw-r--r-- | fc-list/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-list/Imakefile b/fc-list/Imakefile index 7c2ff97..7425997 100644 --- a/fc-list/Imakefile +++ b/fc-list/Imakefile @@ -5,7 +5,7 @@ XCOMM $XFree86$ #include "../local.def" #endif -INCLUDES=$(FREETYPE2INCLUDES) $(LIBXML2INCLUDES) -I.. +INCLUDES=$(FREETYPE2INCLUDES) -I.. LOCAL_LIBRARIES=FontconfigClientLibs DEPLIBS=FontconfigClientDepLibs |