i965: don't forget to ship brw_nir_trig_workarounds.py
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 29 Apr 2016 18:28:17 +0000 (19:28 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 1 May 2016 07:38:46 +0000 (08:38 +0100)
Otherwise we won't be able to regenerate the source file(s).

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/mesa/drivers/dri/i965/Makefile.am

index 1049d4a4916432babc9dc52df8ab4977f8a2ce14..9a990d21f8ddc9f5314050262b52933c304b4569 100644 (file)
@@ -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 \