diff options
author | Adam Jackson <ajax@redhat.com> | 2017-11-03 14:05:18 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-11-03 14:11:54 -0400 |
commit | 140f7f6e071a239329d700aa24191a664be2bea2 (patch) | |
tree | 32121615f79cba27cc173d324f49ad98fc29bfd8 /Makefile.am | |
parent | 102696da8737fcb324034f673cd5815f28923311 (diff) |
Import more libXfont 1.x headers
The previous commit would build if you had the old headers installed,
but building it in a fresh chroot would fail. Import some more junk and
fix up the includes appropriately.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1265065..6012b42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,16 +26,28 @@ AM_CFLAGS = $(CWARNFLAGS) bdftopcf_SOURCES = \ atom.c \ + bdfint.h \ bdfread.c \ bdfutils.c \ bitmap.c \ + bitmap.h \ bitmaputil.c \ bufio.c \ + bufio.h \ + config.h \ defaults.c \ fileio.c \ filewr.c \ + fntfil.h \ + fntfilio.h \ + fntfilst.h \ + font.h \ fontaccel.c \ fontink.c \ + fontmisc.h \ + fontutil.h \ + fontxlfd.h \ + pcf.h \ pcfwrite.c \ private.c \ stubs.h \ |