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.
This commit is contained in:
parent
5bdac72a5c
commit
cd5a9568ce
|
|
@ -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 += \
|
||||
|
|
|
|||
Loading…
Reference in New Issue