diff options
author | Emil Velikov <[email protected]> | 2016-05-27 15:35:37 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-30 10:28:53 +0100 |
commit | 82514f26d83eec9771790c74a0b4901947f5ec41 (patch) | |
tree | f72c7fdea2d8f605874b40fb8492387f3a7c1e54 /src | |
parent | f80b10df8d71c7e569cd1c1ffe2b8aa6f4e3fc5a (diff) |
anv: automake: ship the json files in the release tarball
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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) |