1
0
Fork 0

Add missing headers to autoconfig file

Also sort list of headers, so it's easier to assure no files are
missing.
This commit is contained in:
Patryk Obara 2019-12-29 10:02:25 +01:00 committed by Patryk Obara
parent ff2968df3f
commit 3b157cd785

View file

@ -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