From: Emil Velikov Date: Thu, 8 Oct 2015 14:50:54 +0000 (+0100) Subject: gallium/ddebug: add missing dd_util.h to sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fda56cdb2e8d982ccb063e63347103c03aeeadb;p=mesa.git gallium/ddebug: add missing dd_util.h to sources list Signed-off-by: Emil Velikov --- diff --git a/src/gallium/drivers/ddebug/Makefile.sources b/src/gallium/drivers/ddebug/Makefile.sources index 921703e90f3..1bd38274df8 100644 --- a/src/gallium/drivers/ddebug/Makefile.sources +++ b/src/gallium/drivers/ddebug/Makefile.sources @@ -3,4 +3,5 @@ C_SOURCES := \ dd_draw.c \ dd_pipe.h \ dd_public.h \ - dd_screen.c + dd_screen.c \ + dd_util.h