Fix builds with --with-int10=stub

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Acked-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Alan Coopersmith 2009-11-11 14:42:20 -08:00
parent 1df3321a40
commit 044b374c06
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ endif
if INT10_STUB
AM_CFLAGS = $(I386_VIDEO_CFLAGS) -D_VM86_LINUX $(DIX_CFLAGS) $(XORG_CFLAGS) $(EXTRA_CFLAGS)
INCLUDES = $(XORG_INCS)
libint10_la_SOURCES = stub.c xf86int10module.c
endif

View File

@ -1,4 +1,6 @@
if INT10_X86EMU
noinst_LTLIBRARIES = libx86emu.la
endif
libx86emu_la_SOURCES = debug.c \
decode.c \