Bug #4928: Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)

This commit is contained in:
Adam Jackson 2005-11-18 22:43:50 +00:00
parent de95d8ee19
commit e3ec048ff2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-11-18 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/os-support/linux/Makefile.am:
Bug #4928: Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)
2005-11-16 Adam Jackson <ajax@freedesktop.org>
* configure.ac:

View File

@ -4,8 +4,8 @@ if LINUX_IA64
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