diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-03 16:10:05 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-03 16:10:05 +0000 |
commit | bf4070d02196cab1de62d5fe19be9a1aa74a87c7 (patch) | |
tree | 7c1389bfc285e6dbf48eec9cabc39b72b37bdaa6 /src/fontfile | |
parent | 932edb23b47440397447265bf72ad7932fd80070 (diff) |
Change include dir now that public headers are referenced by
<X11/fonts/*.h>
Diffstat (limited to 'src/fontfile')
-rw-r--r-- | src/fontfile/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontfile/Makefile.am b/src/fontfile/Makefile.am index 6e70425..01c7b13 100644 --- a/src/fontfile/Makefile.am +++ b/src/fontfile/Makefile.am @@ -2,7 +2,7 @@ FONTDIR=${libdir}/X11/fonts FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTDIR)/encodings/encodings.dir\" INCLUDES = \ - -I${top_srcdir}/include/X11/fonts \ + -I${top_srcdir}/include \ $(FONTENCDEFS) noinst_LTLIBRARIES = libfontfile.la |