From cfd7d2ba0db363a2500aad3a7027ecc489f42143 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 20 Apr 2018 18:28:57 -0700 Subject: autotools: include include/vulkan headers This is needed to provide vk_android_native_buffer.h for vk_enum_to_str. v2: - remove accidentally included changes Signed-off-by: Dylan Baker Acked-by: Kenneth Graunke --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a83f2bcb5f4..86d7e7f9107 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,8 @@ noinst_HEADERS = \ include/GL/wglext.h \ include/HaikuGL \ include/no_extern_c.h \ - include/pci_ids + include/pci_ids \ + include/vulkan # We list some directories in EXTRA_DIST, but don't actually want to include # the .gitignore files in the tarball. -- cgit v1.2.3