summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-02-23 16:48:55 +0000
committerEmil Velikov <[email protected]>2017-02-24 17:36:59 +0000
commitab6fa871efd390acf8360ec484c2ea131ce399ad (patch)
tree8f4ee9a4076c4baf5a57d8e48745a939aabe5d91
parentaa63b7fa16d9406531d11e5245b092c3d3cf2859 (diff)
anv: automake: add TODO to the tarball
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Andreas Boll <[email protected]>
-rw-r--r--src/intel/vulkan/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index 449188fe1e2..a7e2d8e2b4c 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -159,7 +159,8 @@ EXTRA_DIST = \
$(top_srcdir)/include/vulkan/vk_icd.h \
anv_entrypoints_gen.py \
dev_icd.json.in \
- intel_icd.json.in
+ intel_icd.json.in \
+ TODO
libvulkan_intel_la_LIBADD = $(VULKAN_LIB_DEPS)