radv: automake: list correct file in the EXTRA_DIST
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 10 Nov 2016 18:50:13 +0000 (18:50 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 10 Nov 2016 18:50:13 +0000 (18:50 +0000)
Earlier commit renamed the file radeon_icd.json{,.in} but missed one
reference of the file - in EXTRA_DIST.

Cc: "13.0" <mesa-stable@lists.freedesktop.org>
Fixes: 0f434a68a ("radv: Suffix the radeon_icd file with the host CPU")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/amd/vulkan/Makefile.am

index 190be8d..c559a95 100644 (file)
@@ -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 \