diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-04-20 18:28:57 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-04-20 20:26:49 -0700 |
commit | cfd7d2ba0db363a2500aad3a7027ecc489f42143 (patch) | |
tree | 7b6374cbd64b27576d528e1b82c3c3faad717224 | |
parent | a0e57432b76c32f2109dab0ad3df0ba03967441c (diff) |
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 <dylan.c.baker@intel.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a83f2bcb5f..86d7e7f910 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. |