From: Mark Janes Date: Thu, 18 Feb 2016 20:30:27 +0000 (-0800) Subject: vulkan: fix out-of-tree build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b37276467e47919256c0a171b92004d3cfaaab4;p=mesa.git vulkan: fix out-of-tree build We need to be able to find the generated gen*pack.h headers. Acked-by: Jason Ekstrand --- diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index 2144e5a691a..ccd98856b4b 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -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