diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-02 21:39:23 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-02 21:39:23 +0000 |
commit | 69ee19fc4131ce168c9bad2602ff2da176a86715 (patch) | |
tree | 961c35003a0d51f5f055989183634f9917c07831 /src/bitmap | |
parent | 0ea9f882abb9ad56de2bb8b569e21728e13a1ea7 (diff) |
Make headers needed by bdftopcf public
Set CFLAGS to make public interface actually public
Fix distcheck problem
Diffstat (limited to 'src/bitmap')
-rw-r--r-- | src/bitmap/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bitmap/Makefile.am b/src/bitmap/Makefile.am index 3fd57c0..4276b24 100644 --- a/src/bitmap/Makefile.am +++ b/src/bitmap/Makefile.am @@ -4,7 +4,6 @@ INCLUDES = \ noinst_LTLIBRARIES = libbitmap.la libbitmap_la_SOURCES = \ - bdfint.h \ bdfread.c \ bdfutils.c \ bitmap.c \ @@ -12,7 +11,6 @@ libbitmap_la_SOURCES = \ bitmaputil.c \ bitscale.c \ fontink.c \ - pcf.h \ pcfread.c \ pcfwrite.c \ snfread.c \ |