From 5e968ab24cc5570839fb4dda5ae8c65a9c04f65b Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 9 Apr 2003 11:48:09 +0000 Subject: [PATCH] added xms.h to extra dist Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@898 --- src/ints/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ints/Makefile.am b/src/ints/Makefile.am index f5a095ec..3a677e22 100644 --- a/src/ints/Makefile.am +++ b/src/ints/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include noinst_LIBRARIES = libints.a +EXTRA_DIST = xms.h libints_a_SOURCES = mouse.cpp xms.cpp ems.cpp \ int10.cpp int10.h int10_char.cpp int10_memory.cpp int10_misc.cpp int10_modes.cpp int10_pal.cpp int10_put_pixel.cpp \ bios.cpp bios_disk.cpp bios_keyboard.cpp