summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-04-01 19:48:09 +0100
committerJose Fonseca <jfonseca@vmware.com>2015-04-01 19:48:09 +0100
commit7f0682cebf8b100922d45a423df1e2fbd036bc3e (patch)
treec3d16ac46e78dd5562acb2f0bdbd0435487aa141 /src/gallium/auxiliary
parent1625d7a87ae66eb50653d9194e8f9e67b6957c05 (diff)
downloadexternal_mesa3d-7f0682cebf8b100922d45a423df1e2fbd036bc3e.zip
external_mesa3d-7f0682cebf8b100922d45a423df1e2fbd036bc3e.tar.gz
external_mesa3d-7f0682cebf8b100922d45a423df1e2fbd036bc3e.tar.bz2
automake: Fix out-of-source builds.
Add include path for generated nir_opcodes.h. Trivial.
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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) \