From: Dylan Baker Date: Sat, 21 Apr 2018 01:28:57 +0000 (-0700) Subject: autotools: include include/vulkan headers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfd7d2ba0db363a2500aad3a7027ecc489f42143;p=mesa.git 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 --- 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.