summaryrefslogtreecommitdiff
path: root/hw/xfree86/x86emu
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-28 23:28:34 +0000
committerKevin E Martin <kem@kem.org>2005-07-28 23:28:34 +0000
commit86529c07d6ff69ef936ee370be07b373e2961360 (patch)
treea0c3c9cf5efd50c2975ad930ee0803e77d5d089f /hw/xfree86/x86emu
parent3e4bf8a8f46e14078c64c56ad303c80cd9d8d5be (diff)
Fix distcheck for server
Diffstat (limited to 'hw/xfree86/x86emu')
-rw-r--r--hw/xfree86/x86emu/Makefile.am20
1 files changed, 19 insertions, 1 deletions
diff --git a/hw/xfree86/x86emu/Makefile.am b/hw/xfree86/x86emu/Makefile.am
index 207ac1a58..5c1aec6ab 100644
--- a/hw/xfree86/x86emu/Makefile.am
+++ b/hw/xfree86/x86emu/Makefile.am
@@ -1,8 +1,26 @@
noinst_LIBRARIES = libx86emu.a
-libx86emu_a_SOURCES = debug.c decode.c fpu.c ops2.c ops.c prim_ops.c sys.c validate.c
+libx86emu_a_SOURCES = debug.c \
+ decode.c \
+ fpu.c \
+ ops2.c \
+ ops.c \
+ prim_ops.c \
+ sys.c \
+ validate.c \
+ x86emu.h
INCLUDES =
AM_CFLAGS = $(XORG_CFLAGS)
+EXTRA_DIST = x86emu/debug.h \
+ x86emu/decode.h \
+ x86emu/fpu.h \
+ x86emu/fpu_regs.h \
+ x86emu/ops.h \
+ x86emu/prim_asm.h \
+ x86emu/prim_ops.h \
+ x86emu/regs.h \
+ x86emu/types.h \
+ x86emu/x86emui.h