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 -