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/bitmap | |
parent | 932edb23b47440397447265bf72ad7932fd80070 (diff) |
Change include dir now that public headers are referenced by
<X11/fonts/*.h>
Diffstat (limited to 'src/bitmap')
-rw-r--r-- | src/bitmap/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitmap/Makefile.am b/src/bitmap/Makefile.am index 4276b24..e3ef040 100644 --- a/src/bitmap/Makefile.am +++ b/src/bitmap/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = \ - -I${top_srcdir}/include/X11/fonts + -I${top_srcdir}/include noinst_LTLIBRARIES = libbitmap.la |