diff options
author | Adam Jackson <ajax@redhat.com> | 2008-03-05 23:56:49 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-05 23:57:15 -0500 |
commit | 34b69e3bc0e6462eb60029fbcb4f5479494007a2 (patch) | |
tree | abe67475f018e1e5a63f688f00b8a15d56ff7a22 /hw | |
parent | d4101140f4e569f18554cf0cbf43138d08bd1277 (diff) |
Fix distcheck.
(cherry picked from commit 2a47accff8dccded4dfe031f9366c028ba927824)
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/x86emu/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/x86emu/Makefile.am b/hw/xfree86/x86emu/Makefile.am index 9f9c87f4f..acd249c7f 100644 --- a/hw/xfree86/x86emu/Makefile.am +++ b/hw/xfree86/x86emu/Makefile.am @@ -21,6 +21,7 @@ EXTRA_DIST = validate.c \ x86emu/ops.h \ x86emu/prim_asm.h \ x86emu/prim_ops.h \ + x86emu/prim_x86_gcc.h \ x86emu/regs.h \ x86emu/types.h \ x86emu/x86emui.h |