From: Jose Fonseca Date: Wed, 1 Apr 2015 18:48:09 +0000 (+0100) Subject: automake: Fix out-of-source builds. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f0682cebf8b100922d45a423df1e2fbd036bc3e;p=mesa.git automake: Fix out-of-source builds. Add include path for generated nir_opcodes.h. Trivial. --- diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index 27a8b3fe420..36b84cfb610 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -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) \