From: Emil Velikov Date: Tue, 19 May 2015 11:15:02 +0000 (+0100) Subject: i965: add brw_cs.h to the sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0148c0ae6a6795b5decc7ed7385be37a37e18a1f;p=mesa.git i965: add brw_cs.h to the sources list Signed-off-by: Emil Velikov --- diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index a24c20aada4..ad73e6b0fa2 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -22,6 +22,7 @@ i965_FILES = \ brw_context.c \ brw_context.h \ brw_cs.cpp \ + brw_cs.h \ brw_cubemap_normalize.cpp \ brw_curbe.c \ brw_dead_control_flow.cpp \