automake: Fix out-of-source builds.
authorJose Fonseca <jfonseca@vmware.com>
Wed, 1 Apr 2015 18:48:09 +0000 (19:48 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Wed, 1 Apr 2015 18:48:09 +0000 (19:48 +0100)
Add include path for generated nir_opcodes.h.

Trivial.

src/gallium/auxiliary/Makefile.am

index 27a8b3fe4201e8a874794eb48ca905b981d0e164..36b84cfb610437e078cde7536ee7082d32efaed9 100644 (file)
@@ -10,6 +10,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
 noinst_LTLIBRARIES = libgallium.la
 
 AM_CFLAGS = \
+       -I$(top_builddir)/src/glsl/nir \
        -I$(top_srcdir)/src/gallium/auxiliary/util \
        $(GALLIUM_CFLAGS) \
        $(VISIBILITY_CFLAGS) \