gallium/ddebug: add missing dd_util.h to sources list
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 8 Oct 2015 14:50:54 +0000 (15:50 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 8 Oct 2015 17:13:24 +0000 (18:13 +0100)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/drivers/ddebug/Makefile.sources

index 921703e..1bd3827 100644 (file)
@@ -3,4 +3,5 @@ C_SOURCES := \
        dd_draw.c \
        dd_pipe.h \
        dd_public.h \
-       dd_screen.c
+       dd_screen.c \
+       dd_util.h