1
0
Fork 0
dosbox-staging/include/Makefile.am
Patryk Obara c4dba16740 Move drives.h to common include dir
Judging by the usage, this header belongs in there instead of being
limited to dos module only.  This change makes it easier to reuse code
for new features related to drives mounting/unmounting.
2020-01-04 08:26:22 +01:00

41 lines
452 B
Makefile

noinst_HEADERS = \
bios_disk.h \
bios.h \
callback.h \
compiler.h \
control.h \
cpu.h \
cross.h \
debug.h \
dma.h \
dosbox.h \
dos_inc.h \
dos_system.h \
drives.h \
fpu.h \
hardware.h \
inout.h \
ipx.h \
ipxserver.h \
joystick.h \
keyboard.h \
logging.h \
mapper.h \
mem.h \
midi.h \
mixer.h \
mouse.h \
paging.h \
pci_bus.h \
pic.h \
programs.h \
regs.h \
render.h \
serialport.h \
setup.h \
shell.h \
support.h \
timer.h \
types.h \
vga.h \
video.h