From 3b157cd7853c87582d3fa99e106701bd7a05122d Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Sun, 29 Dec 2019 10:02:25 +0100 Subject: [PATCH] Add missing headers to autoconfig file Also sort list of headers, so it's easier to assure no files are missing. --- include/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 570d78c6..e76e2e03 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,21 +1,22 @@ noinst_HEADERS = \ -bios.h \ bios_disk.h \ +bios.h \ callback.h \ +compiler.h \ +control.h \ cpu.h \ cross.h \ -control.h \ debug.h \ dma.h \ +dosbox.h \ dos_inc.h \ dos_system.h \ -dosbox.h \ fpu.h \ hardware.h \ inout.h \ -joystick.h \ ipx.h \ ipxserver.h \ +joystick.h \ keyboard.h \ logging.h \ mapper.h \ @@ -27,7 +28,6 @@ paging.h \ pci_bus.h \ pic.h \ programs.h \ -render.h \ regs.h \ render.h \ serialport.h \ @@ -35,6 +35,6 @@ setup.h \ shell.h \ support.h \ timer.h \ +types.h \ vga.h \ video.h -