diff options
author | Emil Velikov <[email protected]> | 2017-06-14 17:00:50 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-06-15 10:29:47 +0100 |
commit | 18d4a6f964c0e3729ca4110bd5a88a3375f0352d (patch) | |
tree | 5df94db30a71d3f5649fd33009b146df7d444a27 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 176e761513f9f9502248c0c8dad133d2d9f28d2d (diff) |
i965: gen4_blorp_exec.h to the sources list
We tend to use the sources, as opposed to EXTRA_DIST to include the
headers.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Juan A. Suarez Romero <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 1e656eb65a4..041cd079884 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -67,6 +67,7 @@ i965_FILES = \ brw_wm.h \ brw_wm_state.c \ brw_wm_surface_state.c \ + gen4_blorp_exec.h \ gen6_clip_state.c \ gen6_constant_state.c \ gen6_depth_state.c \ |