Add sparcPci.c to EXTRA_DIST.
This commit is contained in:
parent
a402c876a4
commit
d96e666686
|
@ -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:
|
* configure.ac:
|
||||||
Make symlink-mesa.sh usage srcdir != objdir safe.
|
Make symlink-mesa.sh usage srcdir != objdir safe.
|
||||||
|
|
|
@ -24,7 +24,7 @@ AM_CFLAGS = $(XORG_CFLAGS)
|
||||||
# hack to keep all the OS PCI support files in the distball even though
|
# 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
|
# there aren't rules to build them all yet. also the AC_SUBST pattern
|
||||||
# above will defeat automake's EXTRA_DIST logic, woo.
|
# 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 = \
|
EXTRA_DIST = \
|
||||||
460gxPCI.h \
|
460gxPCI.h \
|
||||||
|
|
Loading…
Reference in New Issue