diff options
author | Carl Worth <cworth@cworth.org> | 2009-11-30 20:17:04 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-11-30 20:17:04 -0800 |
commit | cd5a9568ce0a541f030c27cdae529fe18e5f0437 (patch) | |
tree | 98c68e9a72bf3d896440a67b3dcbfef81d13c8d5 | |
parent | 5bdac72a5c3f68ab6d9f7f2f1dfa6e5b78f04e57 (diff) | |
download | xf86-video-intel-2.9.99.901.tar.gz xf86-video-intel-2.9.99.901.tar.bz2 xf86-video-intel-2.9.99.901.zip |
Add i830_bios.h and i830_display.h to EXTRA_DIST.2.9.99.901
These files have been dropped from the generated tar file since the
removal of UMS support. However, the bios_reader code still includes
these, so "make distcheck" fails unless these are distributed.
There's probably a cleaner fix possible, but this at least fixes the
build so that the snapshot can be pushed out.
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4cc5b6de6..702395825 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,7 +50,6 @@ INTEL_XVMC_SRCS = \ i965_hwmc.c \ i965_hwmc.h - intel_drv_la_SOURCES = \ brw_defines.h \ brw_structs.h \ @@ -93,7 +92,9 @@ intel_drv_la_SOURCES = \ EXTRA_DIST = \ $(XMODE_SRCS) \ $(INTEL_DRI_SRCS) \ - $(INTEL_XVMC_SRCS) + $(INTEL_XVMC_SRCS) \ + i830_bios.h \ + i830_display.h if DRI intel_drv_la_SOURCES += \ |