[Mesa-dev] [PATCH 1/3] Autotools: include include/vulkan headers
Dylan Baker
dylan at pnwbakers.com
Sat Apr 21 02:19:49 UTC 2018
Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
---
Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a83f2bcb5f4..a4ff647f418 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,7 +67,7 @@ EXTRA_DIST = \
bin/install_megadrivers.py \
bin/meson_get_version.py
-noinst_HEADERS = \
+noinst_HEADERS = include
include/c99_alloca.h \
include/c99_compat.h \
include/c99_math.h \
@@ -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.
--
2.17.0
More information about the mesa-dev
mailing list