[Mesa-stable] [PATCH] genxml: add generated headers to EXTRA_DIST

Jonathan Gray jsg at jsg.id.au
Sun Oct 16 12:08:42 UTC 2016


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>
---
 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
-- 
2.9.3



More information about the mesa-stable mailing list