automake: Add include dir for nir src directory

Fixes: 6281f26f06
       ("v3d: Add support for shader_image_load_store.")
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Dylan Baker 2019-01-29 14:25:46 -08:00
parent 82365595e9
commit 90a7a9c973

View file

@ -25,6 +25,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \
-I$(top_builddir)/src/compiler/nir \
-I$(top_srcdir)/src/compiler/nir \
-I$(top_srcdir)/src/broadcom/ \
-I$(top_srcdir)/src/broadcom/cle \
-I$(top_srcdir)/src/broadcom/include \