summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-05-21 17:48:15 +0000
committerKeith Packard <keithp@keithp.com>2002-05-21 17:48:15 +0000
commit446bb9c9e0a18d365de0578c6f0daf676e36f168 (patch)
treea4bd4895a39fccaeae609d6c3cd57deb58264ec2 /config
parentfb9545b1ba81604405f730de8c39f40b3fdc13bd (diff)
More autoconf cleanup for fontconfig
Diffstat (limited to 'config')
-rw-r--r--config/Makedefs.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/Makedefs.in b/config/Makedefs.in
index b304379..1d7d7a1 100644
--- a/config/Makedefs.in
+++ b/config/Makedefs.in
@@ -1,5 +1,5 @@
#
-# $XFree86$
+# $XFree86: xc/lib/fontconfig/config/Makedefs.in,v 1.1 2002/05/21 17:06:21 keithp Exp $
#
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
#
@@ -52,12 +52,17 @@ INSTALL_DATA=@INSTALL_DATA@
MKSHLIB=@MKSHLIB@
LN_S=@LN_S@
+X_FONT_DIR=@X_FONT_DIR@
+FC_DEFAULT_FONTS=@FC_DEFAULT_FONTS@
+
# shared libraries
LIBDIR=$(libdir)
# programs
BINDIR=$(bindir)
# font configuration files
CONFDIR=$(sysconfdir)/fonts
+# include files
+INCLUDEDIR=$(includedir)/fontconfig
LIBBASE=libfontconfig.so
LIBFILE=$(LIBBASE).@PACKAGE_MAJOR@.@PACKAGE_MINOR@
@@ -66,3 +71,6 @@ LIBMAJOR=$(LIBBASE).@PACKAGE_MAJOR@
LIBFONTCONFIG=-L$(SRCDIR) -lfontconfig
SRCDIR=$(TOPDIR)/src
+
+INCDIR=$(TOPDIR)/fontconfig
+HEADERS=$(INCDIR)/fontconfig.h $(INCDIR)/fcfreetype.h $(INCDIR)/fcprivate.h