From 05071ae0fb847c211b1f20770d3b57fc2172738c Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 13 Aug 2005 07:41:33 +0000 Subject: [PATCH] Don't link in libx86emu.a as this a) fails badly on non-x86 systems, and b) is done via x86emu.c including all the source files anyway. --- hw/xfree86/int10/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/int10/Makefile.am b/hw/xfree86/int10/Makefile.am index 9680981c8..36b780ad7 100644 --- a/hw/xfree86/int10/Makefile.am +++ b/hw/xfree86/int10/Makefile.am @@ -22,7 +22,6 @@ AM_CFLAGS = -D_X86EMU -D_PC $(XORG_CFLAGS) INCLUDES = $(XORG_INCS) -I$(srcdir)/../x86emu libint10_la_SOURCES = pci.c xf86int10module.c helper_exec.c helper_mem.c \ xf86int10.c xf86x86emu.c generic.c x86emu.c -libint10_la_LIBADD = ../x86emu/libx86emu.a endif if INT10_STUB