vk: Add needed builddir subdirectories to the include path
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 4 Dec 2015 23:46:30 +0000 (15:46 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 4 Dec 2015 23:48:27 +0000 (15:48 -0800)
This fixes out-of-tree builds and closes #1

src/vulkan/Makefile.am

index fd74393be952f1b4e1fca1bc51437137aff8e053..5651f661e0538418452392820e82986246b24c04 100644 (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 =                                                  \