diff options
author | Emil Velikov <[email protected]> | 2016-08-15 12:10:47 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-08-15 19:00:29 +0100 |
commit | 6b4b2a4dd6cc851c881864542c6f360af1c96c94 (patch) | |
tree | 17480fad91c3fd4e1a8fff5d822c60ac144d4880 /src | |
parent | 71258e9462c9cfb4c8b567713af5018928ef744d (diff) |
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 <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 |