summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-13 16:51:34 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-13 16:51:34 +0000
commit11b206733618d73946a8c298d2d5f2183075657f (patch)
treeadba6df7f3494970b2095b853c27ea6d23297d0c
parent85094af610ba990c6bc2377eff1f6f31dffd48e2 (diff)
Update INCLUDES to find <X11/fonts/fontenc.h>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 984d45b..555e9d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ libfontenc_la_SOURCES = \
FONTDIR=${libdir}/X11/fonts
FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTDIR)/encodings/encodings.dir\"
-INCLUDES = -I$(top_srcdir)/include/X11/fonts \
+INCLUDES = -I$(top_srcdir)/include \
-DFONTENC_NO_LIBFONT $(FONTENCDEFS)