diff options
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 \ |