Mesa (master): vc4: automake: include vc4_cl_dump.h in

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Tue Jul 4 07:38:05 UTC 2017


Module: Mesa
Branch: master
Commit: 2c240a7205eed0fca4d7b6fda9a2c4b1c6f7995d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c240a7205eed0fca4d7b6fda9a2c4b1c6f7995d

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Mon Jul  3 11:04:30 2017 +0000

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 <emil.velikov at collabora.com>

---

 src/broadcom/Makefile.am                 | 2 +-
 src/gallium/drivers/vc4/Makefile.sources | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/broadcom/Makefile.am b/src/broadcom/Makefile.am
index fa14e4a444..f4a005b40c 100644
--- a/src/broadcom/Makefile.am
+++ b/src/broadcom/Makefile.am
@@ -32,7 +32,7 @@ check_PROGRAMS =
 TESTS =
 BUILT_SOURCES =
 CLEANFILES =
-EXTRA_DIST =
+EXTRA_DIST = $(BROADCOM_FILES)
 
 MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
 PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index 442d7a5617..f67dffe006 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 \




More information about the mesa-commit mailing list