autotools: include include/vulkan headers
authorDylan Baker <dylan@pnwbakers.com>
Sat, 21 Apr 2018 01:28:57 +0000 (18:28 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Sat, 21 Apr 2018 03:26:49 +0000 (20:26 -0700)
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>
Makefile.am

index a83f2bcb5f4ffc1aa24c9809613506cf97ff35c3..86d7e7f9107bd824f9e23e3860ac71062663524f 100644 (file)
@@ -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.