From: Emil Velikov Date: Fri, 27 May 2016 14:35:37 +0000 (+0100) Subject: anv: automake: ship the json files in the release tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82514f26d83eec9771790c74a0b4901947f5ec41;p=mesa.git anv: automake: ship the json files in the release tarball Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index 8c6ce18144c..d59d8565048 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -136,7 +136,9 @@ BUILT_SOURCES = $(VULKAN_GENERATED_FILES) CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ $(top_srcdir)/include/vulkan/vk_icd.h \ - anv_entrypoints_gen.py + anv_entrypoints_gen.py \ + dev_icd.json.in \ + intel_icd.json libvulkan_intel_la_LIBADD = $(VULKAN_LIB_DEPS)