diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-11-13 13:54:19 -0500 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-11-13 13:54:19 -0500 |
commit | 07c437e19536e661116f59d4ed54d7eafddb79f2 (patch) | |
tree | 00e9bac9dd813252be55364133ce11a6b0d130e4 | |
parent | d17becf0242c0e5ef0f10c0718e21f773fa5069f (diff) |
Include a forgotten ia64 header in the distball. Builds on ia64 now.
-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 |