summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2016-10-16 23:08:42 +1100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-10-18 17:06:42 +0100
commit41754f743fc42e59944a58188830d82c5ecfe138 (patch)
tree877cfbaf13dc97eb4a51fde01cd0ff337eda0c53
parent23392abf506c71a6a1c5bfb04db64756e39315cb (diff)
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@lists.freedesktop.org> Signed-off-by: Jonathan Gray <jsg@jsg.id.au> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--src/intel/Makefile.genxml.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/Makefile.genxml.am b/src/intel/Makefile.genxml.am
index 39f579c929f..2df223a7bcd 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