Add sparcPci.c to EXTRA_DIST.

This commit is contained in:
Adam Jackson 2005-08-20 18:52:07 +00:00
parent a402c876a4
commit d96e666686
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
2005-07-20 Daniel Stone <daniel@fooishbar.org>
2005-08-20 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/os-support/bus/Makefile.am:
Add sparcPci.c to EXTRA_DIST.
2005-08-20 Daniel Stone <daniel@fooishbar.org>
* configure.ac:
Make symlink-mesa.sh usage srcdir != objdir safe.

View File

@ -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 \