From 6b4b2a4dd6cc851c881864542c6f360af1c96c94 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 15 Aug 2016 12:10:47 +0100 Subject: [PATCH] anv: add genX_multisample.h to the sources list(s). Otherwise it won't end up in the release tarball. Signed-off-by: Emil Velikov --- src/intel/vulkan/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources index 7303995b2fe..9e56fe70eea 100644 --- a/src/intel/vulkan/Makefile.sources +++ b/src/intel/vulkan/Makefile.sources @@ -49,6 +49,7 @@ VULKAN_FILES := \ anv_util.c \ anv_wsi.c \ anv_wsi.h \ + genX_multisample.h \ genX_pipeline_util.h \ vk_format_info.h