vulkan: fix out-of-tree build

We need to be able to find the generated gen*pack.h headers.

Acked-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
Mark Janes 2016-02-18 12:30:27 -08:00
parent e0565f40ea
commit 1b37276467

View 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