diff options
-rw-r--r-- | hw/xfree86/os-support/linux/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/linux/Makefile.am b/hw/xfree86/os-support/linux/Makefile.am index 7f7102295..2be5a890b 100644 --- a/hw/xfree86/os-support/linux/Makefile.am +++ b/hw/xfree86/os-support/linux/Makefile.am @@ -50,4 +50,5 @@ EXTRA_DIST = \ $(LNX_EXTRA_SOURCES) \ lnx.h \ lnx_kbd.h \ - $(srcdir)/../shared/xf86Axp.h + $(srcdir)/../shared/xf86Axp.h \ + $(srcdir)/../shared/ia64Pci.h |