From 2f32a834482f15f0b8ceef902d6a50ecc4b38c9b Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Wed, 31 Mar 2004 15:41:58 +0000 Subject: [PATCH] internal dpmi not needed anymore Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1745 --- src/ints/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ints/Makefile.am b/src/ints/Makefile.am index e1ffaba2..7330a855 100644 --- a/src/ints/Makefile.am +++ b/src/ints/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include noinst_LIBRARIES = libints.a -libints_a_SOURCES = mouse.cpp xms.cpp xms.h ems.cpp dpmi.cpp \ +libints_a_SOURCES = mouse.cpp xms.cpp xms.h ems.cpp \ int10.cpp int10.h int10_char.cpp int10_memory.cpp int10_misc.cpp int10_modes.cpp \ int10_vesa.cpp int10_pal.cpp int10_put_pixel.cpp \ bios.cpp bios_disk.cpp bios_keyboard.cpp