From 3c5fb7346fb6f6863b7bc775cf1cf720b4fc5748 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 15 Sep 2017 13:40:22 +0100 Subject: [PATCH] automake: include radv_shader.h in the sources list Otherwise it will be missing from the tarball, leadin to build failure. Fixes: d4d777317b9 ("radv: move shaders related code to radv_shader.c") Signed-off-by: Emil Velikov --- src/amd/vulkan/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/vulkan/Makefile.sources b/src/amd/vulkan/Makefile.sources index 9489219f5b8..fbdb7971201 100644 --- a/src/amd/vulkan/Makefile.sources +++ b/src/amd/vulkan/Makefile.sources @@ -59,6 +59,7 @@ VULKAN_FILES := \ radv_private.h \ radv_radeon_winsys.h \ radv_shader.c \ + radv_shader.h \ radv_query.c \ radv_util.c \ radv_util.h \ -- 2.30.2