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 \