diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-06-09 14:01:25 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-06-12 10:32:18 +0200 |
commit | 4152edbcdee7bd0bfd2487fb7fe140f3e4a11419 (patch) | |
tree | 8d47cbbd31af5f104ee6fdb727fd912075b887e9 /src | |
parent | b7153c3e9f9d2d430b0338313587a00e531e4800 (diff) |
i965: include gen4_blorp_exec.h into EXTRA_DIST
Otherwise, `make distcheck` will fail.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index c29cc594c8e..9879bf79a57 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -102,6 +102,7 @@ BUILT_SOURCES = $(i965_oa_GENERATED_FILES) CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ + gen4_blorp_exec.h \ brw_oa_hsw.xml \ brw_oa.py |