diff options
author | Emil Velikov <[email protected]> | 2016-11-10 18:50:13 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-10 18:50:13 +0000 |
commit | b359f62456211c2162109064cb504ad7de2ee799 (patch) | |
tree | c8700a15adcf415625bece8615f75204033b386a /src/amd/vulkan/Makefile.am | |
parent | f500c36339ee092b7b95cd2658d71d46ae7f28a8 (diff) |
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" <[email protected]>
Fixes: 0f434a68a ("radv: Suffix the radeon_icd file with the host CPU")
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/amd/vulkan/Makefile.am')
-rw-r--r-- | src/amd/vulkan/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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.@[email protected] 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 \ |