From d96e6666862553d59fc1f9fdd14fb65f36d589af Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 20 Aug 2005 18:52:07 +0000 Subject: [PATCH] Add sparcPci.c to EXTRA_DIST. --- ChangeLog | 7 ++++++- hw/xfree86/os-support/bus/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c987c8257..b230b2904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2005-07-20 Daniel Stone +2005-08-20 Adam Jackson + + * hw/xfree86/os-support/bus/Makefile.am: + Add sparcPci.c to EXTRA_DIST. + +2005-08-20 Daniel Stone * configure.ac: Make symlink-mesa.sh usage srcdir != objdir safe. diff --git a/hw/xfree86/os-support/bus/Makefile.am b/hw/xfree86/os-support/bus/Makefile.am index f3bfb2d3f..a91b7192d 100644 --- a/hw/xfree86/os-support/bus/Makefile.am +++ b/hw/xfree86/os-support/bus/Makefile.am @@ -24,7 +24,7 @@ AM_CFLAGS = $(XORG_CFLAGS) # hack to keep all the OS PCI support files in the distball even though # there aren't rules to build them all yet. also the AC_SUBST pattern # above will defeat automake's EXTRA_DIST logic, woo. -PCIDISTSOURCES = freebsdPci.c linuxPci.c netbsdPci.c +PCIDISTSOURCES = freebsdPci.c linuxPci.c netbsdPci.c sparcPci.c EXTRA_DIST = \ 460gxPCI.h \