automake: include radv_shader.h in the sources list

Otherwise it will be missing from the tarball, leadin to build failure.

Fixes: d4d777317b ("radv: move shaders related code to radv_shader.c")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2017-09-15 13:40:22 +01:00 committed by Emil Velikov
parent 6a8aa11c20
commit 3c5fb7346f

View 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 \