vulkan: fix out-of-tree build
authorMark Janes <mark.a.janes@intel.com>
Thu, 18 Feb 2016 20:30:27 +0000 (12:30 -0800)
committerMark Janes <mark.a.janes@intel.com>
Thu, 18 Feb 2016 20:30:27 +0000 (12:30 -0800)
We need to be able to find the generated gen*pack.h headers.

Acked-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/intel/vulkan/Makefile.am

index 2144e5a691a1ebbb4de1fb85051f6c73cf9b3800..ccd98856b4b16b457061890a2c70e875056f672c 100644 (file)
@@ -65,6 +65,7 @@ AM_CPPFLAGS = \
        -I$(top_builddir)/src \
        -I$(top_builddir)/src/compiler \
        -I$(top_builddir)/src/compiler/nir \
+       -I$(top_builddir)/src/intel \
        -I$(top_builddir)/src/vulkan
 
 libvulkan_intel_la_CFLAGS = $(CFLAGS) -Wno-override-init