Mesa (master): mapi: automake: add all python scripts to EXTRA_DIST

Emil Velikov evelikov at kemper.freedesktop.org
Fri Mar 17 13:14:38 UTC 2017


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Mar 16 16:29:16 2017 +0000

mapi: automake: add all python scripts to EXTRA_DIST

Otherwise it'll be missing in the tarball and make distcheck will fail.

Fixes: 05dd4a1104e ("glapi: Generate GL API marshalling code from the XML.")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/mapi/glapi/gen/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am
index acedd266d6..4133259ffd 100644
--- a/src/mapi/glapi/gen/Makefile.am
+++ b/src/mapi/glapi/gen/Makefile.am
@@ -75,6 +75,8 @@ EXTRA_DIST= \
 	gl_enums.py \
 	gl_genexec.py \
 	gl_gentable.py \
+	gl_marshal.py \
+	gl_marshal_h.py \
 	gl_procs.py \
 	gl_SPARC_asm.py \
 	gl_table.py \
@@ -84,6 +86,7 @@ EXTRA_DIST= \
 	glX_proto_send.py \
 	glX_proto_size.py \
 	glX_server_table.py \
+	marshal_XML.py \
 	remap_helper.py \
 	static_data.py \
 	SConscript \




More information about the mesa-commit mailing list