From: Emil Velikov Date: Tue, 28 Feb 2017 14:08:17 +0000 (+0000) Subject: automake: anv: add missing include $(top_srcdir)/src/vulkan/util X-Git-Tag: upstream/17.1.0~1859 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3935690d585dac949b0940abd9636059e8e70f0e;p=platform%2Fupstream%2Fmesa.git automake: anv: add missing include $(top_srcdir)/src/vulkan/util Otherwise we'll fail to find the header and `make distcheck` will bail. Fixes: e9dcb17962f ("vulkan/util: Add generator for enum_to_str functions") Signed-off-by: Emil Velikov --- diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index a7e2d8e..3cd01e4 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -50,6 +50,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/vulkan/wsi \ -I$(top_builddir)/src/vulkan/util \ + -I$(top_srcdir)/src/vulkan/util \ -I$(top_builddir)/src/compiler \ -I$(top_srcdir)/src/compiler \ -I$(top_builddir)/src/compiler/nir \