Mesa (master): r600/eg: distribute egd_tables.py in the dist file

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


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

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

r600/eg: distribute egd_tables.py in the dist file

Otherwise, `make distcheck` will fail.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 src/gallium/drivers/r600/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index 44fd51d216..2b1ffb5bba 100644
--- a/src/gallium/drivers/r600/Makefile.am
+++ b/src/gallium/drivers/r600/Makefile.am
@@ -35,6 +35,10 @@ AM_CFLAGS += \
 	-DHAVE_OPENCL
 endif
 
+CLEANFILES = \
+	egd_tables.h
+
 EXTRA_DIST = \
+	egd_tables.py \
 	sb/notes.markdown \
 	sb/sb_bc_fmt_def.inc




More information about the mesa-commit mailing list