summaryrefslogtreecommitdiff
path: root/hw/xfree86/x86emu
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-11-11 14:42:20 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-12-15 10:23:16 -0800
commitdd2c83d03ecedce8b546d583e436c12f92510754 (patch)
treea117f596693ec05e9bb970268b19381a24a59965 /hw/xfree86/x86emu
parent77221c9155a3c96cb63b210a048db1ea71a5e359 (diff)
Fix builds with --with-int10=stub
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Acked-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/x86emu')
-rw-r--r--hw/xfree86/x86emu/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/x86emu/Makefile.am b/hw/xfree86/x86emu/Makefile.am
index bcacb331c..e7368f531 100644
--- a/hw/xfree86/x86emu/Makefile.am
+++ b/hw/xfree86/x86emu/Makefile.am
@@ -1,4 +1,6 @@
+if INT10_X86EMU
noinst_LTLIBRARIES = libx86emu.la
+endif
libx86emu_la_SOURCES = debug.c \
decode.c \