From cd5a9568ce0a541f030c27cdae529fe18e5f0437 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 30 Nov 2009 20:17:04 -0800 Subject: Add i830_bios.h and i830_display.h to EXTRA_DIST. 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. --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 4cc5b6de..70239582 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 += \ -- cgit v1.2.3