Mesa (master): genxml: add generated headers to EXTRA_DIST

Emil Velikov evelikov at kemper.freedesktop.org
Tue Oct 18 16:29:18 UTC 2016


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

Author: Jonathan Gray <jsg at jsg.id.au>
Date:   Sun Oct 16 23:08:42 2016 +1100

genxml: add generated headers to EXTRA_DIST

Building the Mesa 12.0.3 distfile failed on a system without python
as generated files were not included in the distfile.

Cc: "12.0" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Jonathan Gray <jsg at jsg.id.au>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/intel/Makefile.genxml.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/intel/Makefile.genxml.am b/src/intel/Makefile.genxml.am
index 39f579c..2df223a 100644
--- a/src/intel/Makefile.genxml.am
+++ b/src/intel/Makefile.genxml.am
@@ -23,6 +23,10 @@ BUILT_SOURCES += \
 	$(GENXML_GENERATED_FILES) \
 	$(AUBINATOR_GENERATED_FILES)
 
+EXTRA_DIST += \
+	$(GENXML_GENERATED_FILES) \
+	$(AUBINATOR_GENERATED_FILES)
+
 SUFFIXES = _pack.h _xml.h .xml
 
 $(GENXML_GENERATED_FILES): genxml/gen_pack_header.py




More information about the mesa-commit mailing list