Mesa (master): automake: Fix out-of-source builds.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Apr 1 18:50:36 UTC 2015


Module: Mesa
Branch: master
Commit: 7f0682cebf8b100922d45a423df1e2fbd036bc3e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f0682cebf8b100922d45a423df1e2fbd036bc3e

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Wed Apr  1 19:48:09 2015 +0100

automake: Fix out-of-source builds.

Add include path for generated nir_opcodes.h.

Trivial.

---

 src/gallium/auxiliary/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am
index 27a8b3f..36b84cf 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) \




More information about the mesa-commit mailing list