diff options
author | Emil Velikov <[email protected]> | 2015-10-08 15:50:54 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-10-08 18:13:24 +0100 |
commit | 1fda56cdb2e8d982ccb063e63347103c03aeeadb (patch) | |
tree | b8dce9bf77ab447dc8201bcf6814dd88142607bd /src | |
parent | 62741ff05272f5879fba753121342e27afa340f6 (diff) |
gallium/ddebug: add missing dd_util.h to sources list
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/ddebug/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
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 |