vk: Add needed builddir subdirectories to the include path

This fixes out-of-tree builds and closes #1
This commit is contained in:
Jason Ekstrand 2015-12-04 15:46:30 -08:00
parent f1f78a371e
commit 4dd5ef9e09
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/mesa/drivers/dri/i965 \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/include \
-I$(top_builddir)/src \
-I$(top_builddir)/src/glsl/nir \
-I$(top_builddir)/src/vulkan
libvulkan_la_CFLAGS = \