aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-04-29 19:28:17 +0100
committerEmil Velikov <[email protected]>2016-05-01 08:38:46 +0100
commit9e0950751666e135fa2c7f2f5329fa18b12c62c4 (patch)
treeeb88802b5c4f56ed188c3bb233dfba7321597bd9 /src/mesa/drivers/dri/i965
parent1f04caa09caf849b56d0c19c5b80d1420a7d2cb8 (diff)
i965: don't forget to ship brw_nir_trig_workarounds.py
Otherwise we won't be able to regenerate the source file(s). Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 1049d4a4916..9a990d21f8d 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -61,6 +61,9 @@ libi965_compiler_la_SOURCES = \
BUILT_SOURCES = $(i965_compiler_GENERATED_FILES)
CLEANFILES = $(BUILT_SOURCES)
+EXTRA_DIST = \
+ brw_nir_trig_workarounds.py
+
TEST_LIBS = \
libi965_compiler.la \
../../../libmesa.la \