Mesa (master): i965: include gen4_blorp_exec.h into EXTRA_DIST

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Mon Jun 12 08:32:58 UTC 2017


Module: Mesa
Branch: master
Commit: 4152edbcdee7bd0bfd2487fb7fe140f3e4a11419
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4152edbcdee7bd0bfd2487fb7fe140f3e4a11419

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Fri Jun  9 14:01:25 2017 +0000

i965: include gen4_blorp_exec.h into EXTRA_DIST

Otherwise, `make distcheck` will fail.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/mesa/drivers/dri/i965/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index c29cc594c8..9879bf79a5 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -102,6 +102,7 @@ BUILT_SOURCES = $(i965_oa_GENERATED_FILES)
 CLEANFILES = $(BUILT_SOURCES)
 
 EXTRA_DIST = \
+	gen4_blorp_exec.h \
 	brw_oa_hsw.xml \
 	brw_oa.py
 




More information about the mesa-commit mailing list