From: Emil Velikov Date: Thu, 10 Nov 2016 18:50:13 +0000 (+0000) Subject: radv: automake: list correct file in the EXTRA_DIST X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b359f62456211c2162109064cb504ad7de2ee799;p=mesa.git radv: automake: list correct file in the EXTRA_DIST Earlier commit renamed the file radeon_icd.json{,.in} but missed one reference of the file - in EXTRA_DIST. Cc: "13.0" Fixes: 0f434a68a ("radv: Suffix the radeon_icd file with the host CPU") Signed-off-by: Emil Velikov --- diff --git a/src/amd/vulkan/Makefile.am b/src/amd/vulkan/Makefile.am index 190be8d000c..c559a950375 100644 --- a/src/amd/vulkan/Makefile.am +++ b/src/amd/vulkan/Makefile.am @@ -135,7 +135,7 @@ CLEANFILES = $(BUILT_SOURCES) dev_icd.json radeon_icd.@host_cpu@.json EXTRA_DIST = \ $(top_srcdir)/include/vulkan/vk_icd.h \ dev_icd.json.in \ - radeon_icd.json \ + radeon_icd.json.in \ radv_entrypoints_gen.py \ vk_format_layout.csv \ vk_format_parse.py \