Module: Mesa Branch: master Commit: 0bf12748834352868bc162d9e24b3c9146dd3e0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bf12748834352868bc162d9e24b3c9146dd3e0e
Author: Juan A. Suarez Romero <[email protected]> Date: Mon Mar 19 13:28:09 2018 +0100 radv: autotools: add radv_extensions.h in the generated VULKAN list Reviewed-by: Emil Velikov <[email protected]> --- src/amd/vulkan/Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/Makefile.sources b/src/amd/vulkan/Makefile.sources index b0a8f8b97d..ccb956a239 100644 --- a/src/amd/vulkan/Makefile.sources +++ b/src/amd/vulkan/Makefile.sources @@ -83,5 +83,6 @@ VULKAN_WSI_X11_FILES := \ VULKAN_GENERATED_FILES := \ radv_entrypoints.c \ radv_entrypoints.h \ - radv_extensions.c + radv_extensions.c \ + radv_extensions.h _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
