summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <[email protected]>2017-07-03 11:04:30 +0000
committerJuan A. Suarez Romero <[email protected]>2017-07-04 09:37:19 +0200
commit2c240a7205eed0fca4d7b6fda9a2c4b1c6f7995d (patch)
tree6af0ee4920a305ae840147096c530b5102564546 /src/gallium
parent11a924c174f45bab4b2e6240ca1499e1a63b241e (diff)
vc4: automake: include vc4_cl_dump.h in
Ensure vc4_cl_dump.h and $(BROADCOM_FILES) are distributed in the dist-file. This fixes `make distcheck` Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index 442d7a56178..f67dffe0063 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -10,6 +10,7 @@ C_SOURCES := \
vc4_bufmgr.h \
vc4_cl.c \
vc4_cl_dump.c \
+ vc4_cl_dump.h \
vc4_cl.h \
vc4_context.c \
vc4_context.h \