automake: anv: add missing include $(top_srcdir)/src/vulkan/util
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 28 Feb 2017 14:08:17 +0000 (14:08 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 28 Feb 2017 14:08:17 +0000 (14:08 +0000)
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 <emil.velikov@collabora.com>
src/intel/vulkan/Makefile.am

index a7e2d8e2b4cd9f9063e4dc74617cb6247b0eb85d..3cd01e4d028292c016dde3fe6c977cfdd0c78894 100644 (file)
@@ -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 \