summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-05-27 15:35:37 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-30 10:28:53 +0100
commit82514f26d83eec9771790c74a0b4901947f5ec41 (patch)
treef72c7fdea2d8f605874b40fb8492387f3a7c1e54 /src/intel/vulkan/Makefile.am
parentf80b10df8d71c7e569cd1c1ffe2b8aa6f4e3fc5a (diff)
downloadexternal_mesa3d-82514f26d83eec9771790c74a0b4901947f5ec41.zip
external_mesa3d-82514f26d83eec9771790c74a0b4901947f5ec41.tar.gz
external_mesa3d-82514f26d83eec9771790c74a0b4901947f5ec41.tar.bz2
anv: automake: ship the json files in the release tarball
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/vulkan/Makefile.am')
-rw-r--r--src/intel/vulkan/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index 8c6ce18..d59d856 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)