--- xorg-server-0.99.2/hw/xfree86/os-support/linux/Makefile.am 2005-10-17 09:18:58 +0200 +++ xorg-server-0.99.2/hw/xfree86/os-support/linux/Makefile.am 2005-10-30 09:47:48 +0100 @@ -4,8 +4,8 @@ PLATFORM_PCI_SUPPORT = $(srcdir)/../shared/ia64Pci.c endif if LINUX_ALPHA -PLATFORM_PCI_SUPPORT = lnx_ev56.c - $(srcdir)/lnx_axp.c +PLATFORM_PCI_SUPPORT = lnx_ev56.c \ + $(srcdir)/lnx_axp.c \ $(srcdir)/../shared/xf86Axp.c endif --- xorg-server-0.99.2/hw/xfree86/os-support/linux/lnx_axp.c 2005-07-03 10:53:46 +0200 +++ xorg-server-0.99.2/hw/xfree86/os-support/linux/lnx_axp.c 2005-10-30 10:13:06 +0100 @@ -9,7 +9,7 @@ #include "os.h" #include "xf86.h" #include "xf86Priv.h" -#include "xf86Axp.h" +#include "shared/xf86Axp.h" axpDevice lnxGetAXP(void);