automake: include radv_shader.h in the sources list
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 15 Sep 2017 12:40:22 +0000 (13:40 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 15 Sep 2017 12:56:27 +0000 (13:56 +0100)
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 <emil.velikov@collabora.com>
src/amd/vulkan/Makefile.sources

index 9489219f5b85316fb1739da0fd3e72eb86ee5597..fbdb7971201779f5d1ea5e4c980ea23fdc882ebf 100644 (file)
@@ -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 \